#C2B44F

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

Shades of Sundance #C2B44F

Tints of Sundance #C2B44F

Color information

#C2B44F (or 0xC2B44F) is unknown color: approx Sundance. HEX triplet: C2, B4 and 4F. RGB value is (194,180,79). Sum of RGB (Red+Green+Blue) = 194+180+79=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B44F is #3D4BB0. Grayscale: #ADADAD. Windows color (decimal): -4017073 or 5223618. OLE color: 5223618.

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

Color convert

RGB19418079-
CMYK00.070.590.24
HSL52.7º48.52%53.53%-
HSV(B)52.7º59.28%76.08%-
XYZ39.9844.6813.91-
YUV172.6775.14143.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 79 (31.25% from 255) = 17.44%
R=42.83%
G=39.74%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941807900.070.590.2452.748.5253.53
HexC2B44F073B18353136
Octal302264117077330656166
Binary11000010101101001001111011111101111000110101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B44F; }

 p { color: rgb(194,180,79); }

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

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

 a { background-color: rgb(194,180,79); }

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

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

 span { border-color: rgb(194,180,79); }

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