#C0B24B

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

Shades of Sundance #C0B24B

Tints of Sundance #C0B24B

Color information

#C0B24B (or 0xC0B24B) is unknown color: approx Sundance. HEX triplet: C0, B2 and 4B. RGB value is (192,178,75). Sum of RGB (Red+Green+Blue) = 192+178+75=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B24B is #3F4DB4. Grayscale: #AAAAAA. Windows color (decimal): -4148661 or 4960960. OLE color: 4960960.

HSL color Cylindrical-coordinate representation of color #C0B24B: hue angle of 52.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0B24B is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19217875-
CMYK00.070.610.25
HSL52.82º48.15%52.35%-
HSV(B)52.82º60.94%75.29%-
XYZ38.9343.5613.01-
YUV170.4474.14143.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 178 (69.92% from 255) = 40%
BLUE value IS 75 (29.69% from 255) = 16.85%
R=43.15%
G=40%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921787500.070.610.2552.8248.1552.35
HexC0B24B073D19353034
Octal300262113077531656064
Binary11000000101100101001011011111110111001110101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B24B; }

 p { color: rgb(192,178,75); }

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

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

 a { background-color: rgb(192,178,75); }

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

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

 span { border-color: rgb(192,178,75); }

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