Html Css Color HEX #CAC28B Winter Hazel

📋 copy color: '#CAC28B'

red 202 ◦ green 194 ◦ blue 139

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

Shades of Winter Hazel #CAC28B

Tints of Winter Hazel #CAC28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.98%

R = 37.76%
G = 36.26%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CAC28B (or 0xCAC28B) is known color: Winter Hazel. HEX triplet: CA, C2 and 8B. RGB value is (202,194,139). Sum of RGB (Red+Green+Blue) = 202+194+139=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC28B is #353D74. Grayscale: #BEBEBE. Windows color (decimal): -3489141 or 9159370. OLE color: 9159370.

HSL color Cylindrical-coordinate representation of color #CAC28B: hue angle of 52.38º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAC28B is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 139 -
CMYK 0 0.04 0.31 0.21
HSL 52.38º 0.37% 0.67% -
HSV(B) 52.38º 0.31% 0.79% -
XYZ 48.31 53 32.11 -
YUV 190.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 202 194 139 0 0.04 0.31 0.21 52.38 0.37 0.67
Hex CA C2 8B 0 4 1F 15 34 25 43
Octal 312 302 213 0 4 37 25 64 45 103
Binary 11001010 11000010 10001011 0 100 11111 10101 110100 100101 1000011

Color Harmonies of #CAC28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC28B

Black with #CAC28B

Text Example


Text Example

White with #CAC28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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