#C2B74E

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

Shades of Sundance #C2B74E

Tints of Sundance #C2B74E

Color information

#C2B74E (or 0xC2B74E) is unknown color: approx Sundance. HEX triplet: C2, B7 and 4E. RGB value is (194,183,78). Sum of RGB (Red+Green+Blue) = 194+183+78=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B74E is #3D48B1. Grayscale: #AEAEAE. Windows color (decimal): -4016306 or 5158850. OLE color: 5158850.

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

Color convert

RGB19418378-
CMYK00.060.600.24
HSL54.31º48.74%53.33%-
HSV(B)54.31º59.79%76.08%-
XYZ40.5645.8913.93-
YUV174.3273.64142.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 78 (30.86% from 255) = 17.14%
R=42.64%
G=40.22%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941837800.060.600.2454.3148.7453.33
HexC2B74E063C18363135
Octal302267116067430666165
Binary11000010101101111001110011011110011000110110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B74E; }

 p { color: rgb(194,183,78); }

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

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

 a { background-color: rgb(194,183,78); }

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

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

 span { border-color: rgb(194,183,78); }

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