Html Css Color HEX #CAC07C Winter Hazel

📋 copy color: '#CAC07C'

red 202 ◦ green 192 ◦ blue 124

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

Shades of Winter Hazel #CAC07C

Tints of Winter Hazel #CAC07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.94%

R = 39%
G = 37.07%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CAC07C (or 0xCAC07C) is known color: Winter Hazel. HEX triplet: CA, C0 and 7C. RGB value is (202,192,124). Sum of RGB (Red+Green+Blue) = 202+192+124=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC07C is #353F83. Grayscale: #BBBBBB. Windows color (decimal): -3489668 or 8175818. OLE color: 8175818.

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

Color convert

RGB 202 192 124 -
CMYK 0 0.05 0.39 0.21
HSL 52.31º 0.42% 0.64% -
HSV(B) 52.31º 0.39% 0.79% -
XYZ 46.84 51.71 26.58 -
YUV 187.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 202 192 124 0 0.05 0.39 0.21 52.31 0.42 0.64
Hex CA C0 7C 0 5 27 15 34 2A 40
Octal 312 300 174 0 5 47 25 64 52 100
Binary 11001010 11000000 1111100 0 101 100111 10101 110100 101010 1000000

Color Harmonies of #CAC07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC07C

Black with #CAC07C

Text Example


Text Example

White with #CAC07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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