Html Css Color HEX #CAC085 Winter Hazel

📋 copy color: '#CAC085'

red 202 ◦ green 192 ◦ blue 133

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

Shades of Winter Hazel #CAC085

Tints of Winter Hazel #CAC085

RGB

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

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

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

R = 38.33%
G = 36.43%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CAC085 (or 0xCAC085) is known color: Winter Hazel. HEX triplet: CA, C0 and 85. RGB value is (202,192,133). Sum of RGB (Red+Green+Blue) = 202+192+133=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC085 is #353F7A. Grayscale: #BCBCBC. Windows color (decimal): -3489659 or 8765642. OLE color: 8765642.

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

Color convert

RGB 202 192 133 -
CMYK 0 0.05 0.34 0.21
HSL 51.3º 0.39% 0.66% -
HSV(B) 51.3º 0.34% 0.79% -
XYZ 47.44 51.95 29.72 -
YUV 188.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 202 192 133 0 0.05 0.34 0.21 51.3 0.39 0.66
Hex CA C0 85 0 5 22 15 33 27 42
Octal 312 300 205 0 5 42 25 63 47 102
Binary 11001010 11000000 10000101 0 101 100010 10101 110011 100111 1000010

Color Harmonies of #CAC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC085

Black with #CAC085

Text Example


Text Example

White with #CAC085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC085; }

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

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

background-color css

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

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

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

border-color css

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

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

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