#C1B148

Color #C1B148 Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C1B148

Tints of Sundance #C1B148

Color information

#C1B148 (or 0xC1B148) is unknown color: approx Sundance. HEX triplet: C1, B1 and 48. RGB value is (193,177,72). Sum of RGB (Red+Green+Blue) = 193+177+72=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B148 is #3E4EB7. Grayscale: #AAAAAA. Windows color (decimal): -4083384 or 4764097. OLE color: 4764097.

HSL color Cylindrical-coordinate representation of color #C1B148: hue angle of 52.07º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1B148 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19317772-
CMYK00.080.630.24
HSL52.07º49.39%51.96%-
HSV(B)52.07º62.69%75.69%-
XYZ38.8843.2512.43-
YUV169.8172.8144.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 43.67%
GREEN value IS 177 (69.53% from 255) = 40.05%
BLUE value IS 72 (28.52% from 255) = 16.29%
R=43.67%
G=40.05%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931777200.080.630.2452.0749.3951.96
HexC1B148083F18343134
Octal3012611100107730646164
Binary110000011011000110010000100011111111000110100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B148; }

 p { color: rgb(193,177,72); }

 H1.HeaderClassName
 {
   color: #C1B148;
 }
 .AnyTagClassName
 {
   color: #C1B148;
 }
</style>
background-color css

<style>
 a { background-color: #C1B148; }

 a { background-color: rgb(193,177,72); }

 div.DivClassName
 {
   background-color: #C1B148;
 }
 .BgClassName
 {
   background-color: #C1B148;
 }
</style>
border-color css

<style>
 span { border-color: #C1B148; }

 span { border-color: rgb(193,177,72); }

 td.TdClassName
 {
   border-color: #C1B148;
 }
 .TagClassName
 {
   border-color: #C1B148;
 }
</style>