Html Css Color HEX #CAC07A Winter Hazel

📋 copy color: '#CAC07A'

red 202 ◦ green 192 ◦ blue 122

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

Shades of Winter Hazel #CAC07A

Tints of Winter Hazel #CAC07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.64%

R = 39.15%
G = 37.21%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAC07A (or 0xCAC07A) is known color: Winter Hazel. HEX triplet: CA, C0 and 7A. RGB value is (202,192,122). Sum of RGB (Red+Green+Blue) = 202+192+122=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC07A is #353F85. Grayscale: #BBBBBB. Windows color (decimal): -3489670 or 8044746. OLE color: 8044746.

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

Color convert

RGB 202 192 122 -
CMYK 0 0.05 0.40 0.21
HSL 52.5º 0.43% 0.64% -
HSV(B) 52.5º 0.4% 0.79% -
XYZ 46.72 51.66 25.92 -
YUV 187.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 202 192 122 0 0.05 0.40 0.21 52.5 0.43 0.64
Hex CA C0 7A 0 5 28 15 34 2B 40
Octal 312 300 172 0 5 50 25 64 53 100
Binary 11001010 11000000 1111010 0 101 101000 10101 110100 101011 1000000

Color Harmonies of #CAC07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC07A

Black with #CAC07A

Text Example


Text Example

White with #CAC07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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