Html Css Color HEX #CAC58E Winter Hazel

📋 copy color: '#CAC58E'

red 202 ◦ green 197 ◦ blue 142

#CAC58E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CAC58E

Tints of Winter Hazel #CAC58E

RGB

 RED value IS 202 (79.3% from 255) = 37.34%

 GREEN value IS 197 (77.34% from 255) = 36.41%

 BLUE value IS 142 (55.86% from 255) = 26.25%

R = 37.34%
G = 36.41%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CAC58E (or 0xCAC58E) is known color: Winter Hazel. HEX triplet: CA, C5 and 8E. RGB value is (202,197,142). Sum of RGB (Red+Green+Blue) = 202+197+142=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC58E is #353A71. Grayscale: #C0C0C0. Windows color (decimal): -3488370 or 9356746. OLE color: 9356746.

HSL color Cylindrical-coordinate representation of color #CAC58E: hue angle of 55º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC58E is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 142 -
CMYK 0 0.02 0.30 0.21
HSL 55º 0.36% 0.67% -
HSV(B) 55º 0.3% 0.79% -
XYZ 49.21 54.44 33.51 -
YUV 192.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 202 197 142 0 0.02 0.30 0.21 55 0.36 0.67
Hex CA C5 8E 0 2 1E 15 37 24 43
Octal 312 305 216 0 2 36 25 67 44 103
Binary 11001010 11000101 10001110 0 10 11110 10101 110111 100100 1000011

Color Harmonies of #CAC58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC58E

Black with #CAC58E

Text Example


Text Example

White with #CAC58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC58E; }

 p { color: rgb(202,197,142); }

 H1.HeaderClassName
 {
   color: #CAC58E;
 }
 .AnyTagClassName
 {
   color: #CAC58E;
 }
</style>

background-color css

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

 a { background-color: rgb(202,197,142); }

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

border-color css

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

 span { border-color: rgb(202,197,142); }

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