Html Css Color HEX #CAC28D Winter Hazel

📋 copy color: '#CAC28D'

red 202 ◦ green 194 ◦ blue 141

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

Shades of Winter Hazel #CAC28D

Tints of Winter Hazel #CAC28D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.13%

 BLUE value IS 141 (55.47% from 255) = 26.26%

R = 37.62%
G = 36.13%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CAC28D (or 0xCAC28D) is known color: Winter Hazel. HEX triplet: CA, C2 and 8D. RGB value is (202,194,141). Sum of RGB (Red+Green+Blue) = 202+194+141=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC28D is #353D72. Grayscale: #BEBEBE. Windows color (decimal): -3489139 or 9290442. OLE color: 9290442.

HSL color Cylindrical-coordinate representation of color #CAC28D: hue angle of 52.13º degrees, saturation: 0.37, 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 #CAC28D is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 141 -
CMYK 0 0.04 0.30 0.21
HSL 52.13º 0.37% 0.67% -
HSV(B) 52.13º 0.3% 0.79% -
XYZ 48.46 53.06 32.89 -
YUV 190.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 202 194 141 0 0.04 0.30 0.21 52.13 0.37 0.67
Hex CA C2 8D 0 4 1E 15 34 25 43
Octal 312 302 215 0 4 36 25 64 45 103
Binary 11001010 11000010 10001101 0 100 11110 10101 110100 100101 1000011

Color Harmonies of #CAC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC28D

Black with #CAC28D

Text Example


Text Example

White with #CAC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC28D; }

 p { color: rgb(202,194,141); }

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

background-color css

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

 a { background-color: rgb(202,194,141); }

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

border-color css

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

 span { border-color: rgb(202,194,141); }

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