Html Css Color HEX #CAC07E Winter Hazel

📋 copy color: '#CAC07E'

red 202 ◦ green 192 ◦ blue 126

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

Shades of Winter Hazel #CAC07E

Tints of Winter Hazel #CAC07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.23%

R = 38.85%
G = 36.92%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CAC07E (or 0xCAC07E) is known color: Winter Hazel. HEX triplet: CA, C0 and 7E. RGB value is (202,192,126). Sum of RGB (Red+Green+Blue) = 202+192+126=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC07E is #353F81. Grayscale: #BBBBBB. Windows color (decimal): -3489666 or 8306890. OLE color: 8306890.

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

Color convert

RGB 202 192 126 -
CMYK 0 0.05 0.38 0.21
HSL 52.11º 0.42% 0.64% -
HSV(B) 52.11º 0.38% 0.79% -
XYZ 46.97 51.76 27.25 -
YUV 187.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 202 192 126 0 0.05 0.38 0.21 52.11 0.42 0.64
Hex CA C0 7E 0 5 26 15 34 2A 40
Octal 312 300 176 0 5 46 25 64 52 100
Binary 11001010 11000000 1111110 0 101 100110 10101 110100 101010 1000000

Color Harmonies of #CAC07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC07E

Black with #CAC07E

Text Example


Text Example

White with #CAC07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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