Html Css Color HEX #CAC08B Winter Hazel

📋 copy color: '#CAC08B'

red 202 ◦ green 192 ◦ blue 139

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

Shades of Winter Hazel #CAC08B

Tints of Winter Hazel #CAC08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

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

R = 37.9%
G = 36.02%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CAC08B (or 0xCAC08B) is known color: Winter Hazel. HEX triplet: CA, C0 and 8B. RGB value is (202,192,139). Sum of RGB (Red+Green+Blue) = 202+192+139=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC08B is #353F74. Grayscale: #BDBDBD. Windows color (decimal): -3489653 or 9158858. OLE color: 9158858.

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

Color convert

RGB 202 192 139 -
CMYK 0 0.05 0.31 0.21
HSL 50.48º 0.37% 0.67% -
HSV(B) 50.48º 0.31% 0.79% -
XYZ 47.87 52.12 31.96 -
YUV 188.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 202 192 139 0 0.05 0.31 0.21 50.48 0.37 0.67
Hex CA C0 8B 0 5 1F 15 32 25 43
Octal 312 300 213 0 5 37 25 62 45 103
Binary 11001010 11000000 10001011 0 101 11111 10101 110010 100101 1000011

Color Harmonies of #CAC08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC08B

Black with #CAC08B

Text Example


Text Example

White with #CAC08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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