#C0B34F

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

Shades of Sundance #C0B34F

Tints of Sundance #C0B34F

Color information

#C0B34F (or 0xC0B34F) is unknown color: approx Sundance. HEX triplet: C0, B3 and 4F. RGB value is (192,179,79). Sum of RGB (Red+Green+Blue) = 192+179+79=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B34F is #3F4CB0. Grayscale: #ABABAB. Windows color (decimal): -4148401 or 5223360. OLE color: 5223360.

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

Color convert

RGB19217979-
CMYK00.070.590.25
HSL53.1º47.28%53.14%-
HSV(B)53.1º58.85%75.29%-
XYZ39.2744.0113.82-
YUV171.4975.81142.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 79 (31.25% from 255) = 17.56%
R=42.67%
G=39.78%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921797900.070.590.2553.147.2853.14
HexC0B34F073B19352f35
Octal300263117077331655765
Binary11000000101100111001111011111101111001110101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B34F; }

 p { color: rgb(192,179,79); }

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

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

 a { background-color: rgb(192,179,79); }

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

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

 span { border-color: rgb(192,179,79); }

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