Html Css Color HEX #CAC093 Winter Hazel

📋 copy color: '#CAC093'

red 202 ◦ green 192 ◦ blue 147

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

Shades of Winter Hazel #CAC093

Tints of Winter Hazel #CAC093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.17%

R = 37.34%
G = 35.49%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAC093 (or 0xCAC093) is known color: Winter Hazel. HEX triplet: CA, C0 and 93. RGB value is (202,192,147). Sum of RGB (Red+Green+Blue) = 202+192+147=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC093 is #353F6C. Grayscale: #BEBEBE. Windows color (decimal): -3489645 or 9683146. OLE color: 9683146.

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

Color convert

RGB 202 192 147 -
CMYK 0 0.05 0.27 0.21
HSL 49.09º 0.34% 0.68% -
HSV(B) 49.09º 0.27% 0.79% -
XYZ 48.47 52.36 35.16 -
YUV 189.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 202 192 147 0 0.05 0.27 0.21 49.09 0.34 0.68
Hex CA C0 93 0 5 1B 15 31 22 44
Octal 312 300 223 0 5 33 25 61 42 104
Binary 11001010 11000000 10010011 0 101 11011 10101 110001 100010 1000100

Color Harmonies of #CAC093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC093

Black with #CAC093

Text Example


Text Example

White with #CAC093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC093; }

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

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

background-color css

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

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

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

border-color css

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

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

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