Html Css Color HEX #CAC690 Winter Hazel

📋 copy color: '#CAC690'

red 202 ◦ green 198 ◦ blue 144

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

Shades of Winter Hazel #CAC690

Tints of Winter Hazel #CAC690

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.4%

 BLUE value IS 144 (56.64% from 255) = 26.47%

R = 37.13%
G = 36.4%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CAC690 (or 0xCAC690) is known color: Winter Hazel. HEX triplet: CA, C6 and 90. RGB value is (202,198,144). Sum of RGB (Red+Green+Blue) = 202+198+144=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC690 is #35396F. Grayscale: #C1C1C1. Windows color (decimal): -3488112 or 9488074. OLE color: 9488074.

HSL color Cylindrical-coordinate representation of color #CAC690: hue angle of 55.86º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAC690 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 198 144 -
CMYK 0 0.02 0.29 0.21
HSL 55.86º 0.35% 0.68% -
HSV(B) 55.86º 0.29% 0.79% -
XYZ 49.59 54.96 34.38 -
YUV 193.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 202 198 144 0 0.02 0.29 0.21 55.86 0.35 0.68
Hex CA C6 90 0 2 1D 15 38 23 44
Octal 312 306 220 0 2 35 25 70 43 104
Binary 11001010 11000110 10010000 0 10 11101 10101 111000 100011 1000100

Color Harmonies of #CAC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC690

Black with #CAC690

Text Example


Text Example

White with #CAC690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC690; }

 p { color: rgb(202,198,144); }

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

background-color css

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

 a { background-color: rgb(202,198,144); }

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

border-color css

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

 span { border-color: rgb(202,198,144); }

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