#C0B44C

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

Shades of Sundance #C0B44C

Tints of Sundance #C0B44C

Color information

#C0B44C (or 0xC0B44C) is unknown color: approx Sundance. HEX triplet: C0, B4 and 4C. RGB value is (192,180,76). Sum of RGB (Red+Green+Blue) = 192+180+76=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B44C is #3F4BB3. Grayscale: #ACACAC. Windows color (decimal): -4148148 or 5027008. OLE color: 5027008.

HSL color Cylindrical-coordinate representation of color #C0B44C: hue angle of 53.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0B44C is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19218076-
CMYK00.060.600.25
HSL53.79º47.93%52.55%-
HSV(B)53.79º60.42%75.29%-
XYZ39.3644.3713.33-
YUV171.7373.98142.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 180 (70.70% from 255) = 40.18%
BLUE value IS 76 (30.08% from 255) = 16.96%
R=42.86%
G=40.18%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921807600.060.600.2553.7947.9352.55
HexC0B44C063C19363035
Octal300264114067431666065
Binary11000000101101001001100011011110011001110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B44C; }

 p { color: rgb(192,180,76); }

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

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

 a { background-color: rgb(192,180,76); }

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

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

 span { border-color: rgb(192,180,76); }

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