Html Css Color HEX #CAC185 Winter Hazel

📋 copy color: '#CAC185'

red 202 ◦ green 193 ◦ blue 133

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

Shades of Winter Hazel #CAC185

Tints of Winter Hazel #CAC185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.55%

 BLUE value IS 133 (52.34% from 255) = 25.19%

R = 38.26%
G = 36.55%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CAC185 (or 0xCAC185) is known color: Winter Hazel. HEX triplet: CA, C1 and 85. RGB value is (202,193,133). Sum of RGB (Red+Green+Blue) = 202+193+133=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC185 is #353E7A. Grayscale: #BDBDBD. Windows color (decimal): -3489403 or 8765898. OLE color: 8765898.

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

Color convert

RGB 202 193 133 -
CMYK 0 0.04 0.34 0.21
HSL 52.17º 0.39% 0.66% -
HSV(B) 52.17º 0.34% 0.79% -
XYZ 47.66 52.39 29.79 -
YUV 188.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 202 193 133 0 0.04 0.34 0.21 52.17 0.39 0.66
Hex CA C1 85 0 4 22 15 34 27 42
Octal 312 301 205 0 4 42 25 64 47 102
Binary 11001010 11000001 10000101 0 100 100010 10101 110100 100111 1000010

Color Harmonies of #CAC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC185

Black with #CAC185

Text Example


Text Example

White with #CAC185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC185; }

 p { color: rgb(202,193,133); }

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

background-color css

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

 a { background-color: rgb(202,193,133); }

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

border-color css

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

 span { border-color: rgb(202,193,133); }

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