Html Css Color HEX #CAC48C Winter Hazel

📋 copy color: '#CAC48C'

red 202 ◦ green 196 ◦ blue 140

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

Shades of Winter Hazel #CAC48C

Tints of Winter Hazel #CAC48C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.43%

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 37.55%
G = 36.43%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CAC48C (or 0xCAC48C) is known color: Winter Hazel. HEX triplet: CA, C4 and 8C. RGB value is (202,196,140). Sum of RGB (Red+Green+Blue) = 202+196+140=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC48C is #353B73. Grayscale: #BFBFBF. Windows color (decimal): -3488628 or 9225418. OLE color: 9225418.

HSL color Cylindrical-coordinate representation of color #CAC48C: hue angle of 54.19º 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 #CAC48C is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 140 -
CMYK 0 0.03 0.31 0.21
HSL 54.19º 0.37% 0.67% -
HSV(B) 54.19º 0.31% 0.79% -
XYZ 48.83 53.93 32.65 -
YUV 191.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 202 196 140 0 0.03 0.31 0.21 54.19 0.37 0.67
Hex CA C4 8C 0 3 1F 15 36 25 43
Octal 312 304 214 0 3 37 25 66 45 103
Binary 11001010 11000100 10001100 0 11 11111 10101 110110 100101 1000011

Color Harmonies of #CAC48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC48C

Black with #CAC48C

Text Example


Text Example

White with #CAC48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC48C; }

 p { color: rgb(202,196,140); }

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

background-color css

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

 a { background-color: rgb(202,196,140); }

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

border-color css

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

 span { border-color: rgb(202,196,140); }

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