Html Css Color HEX #CAC182 Winter Hazel

📋 copy color: '#CAC182'

red 202 ◦ green 193 ◦ blue 130

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

Shades of Winter Hazel #CAC182

Tints of Winter Hazel #CAC182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.76%

R = 38.48%
G = 36.76%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CAC182 (or 0xCAC182) is known color: Winter Hazel. HEX triplet: CA, C1 and 82. RGB value is (202,193,130). Sum of RGB (Red+Green+Blue) = 202+193+130=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC182 is #353E7D. Grayscale: #BCBCBC. Windows color (decimal): -3489406 or 8569290. OLE color: 8569290.

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

Color convert

RGB 202 193 130 -
CMYK 0 0.04 0.36 0.21
HSL 52.5º 0.4% 0.65% -
HSV(B) 52.5º 0.36% 0.79% -
XYZ 47.46 52.31 28.71 -
YUV 188.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 202 193 130 0 0.04 0.36 0.21 52.5 0.4 0.65
Hex CA C1 82 0 4 24 15 34 28 41
Octal 312 301 202 0 4 44 25 64 50 101
Binary 11001010 11000001 10000010 0 100 100100 10101 110100 101000 1000001

Color Harmonies of #CAC182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC182

Black with #CAC182

Text Example


Text Example

White with #CAC182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC182; }

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

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

background-color css

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

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

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

border-color css

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

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

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