Html Css Color HEX #CAC17F Winter Hazel

📋 copy color: '#CAC17F'

red 202 ◦ green 193 ◦ blue 127

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

Shades of Winter Hazel #CAC17F

Tints of Winter Hazel #CAC17F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.97%

 BLUE value IS 127 (50% from 255) = 24.33%

R = 38.7%
G = 36.97%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CAC17F (or 0xCAC17F) is known color: Winter Hazel. HEX triplet: CA, C1 and 7F. RGB value is (202,193,127). Sum of RGB (Red+Green+Blue) = 202+193+127=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC17F is #353E80. Grayscale: #BCBCBC. Windows color (decimal): -3489409 or 8372682. OLE color: 8372682.

HSL color Cylindrical-coordinate representation of color #CAC17F: hue angle of 52.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAC17F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 193 127 -
CMYK 0 0.04 0.37 0.21
HSL 52.8º 0.41% 0.65% -
HSV(B) 52.8º 0.37% 0.79% -
XYZ 47.26 52.23 27.67 -
YUV 188.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 202 193 127 0 0.04 0.37 0.21 52.8 0.41 0.65
Hex CA C1 7F 0 4 25 15 35 29 41
Octal 312 301 177 0 4 45 25 65 51 101
Binary 11001010 11000001 1111111 0 100 100101 10101 110101 101001 1000001

Color Harmonies of #CAC17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC17F

Black with #CAC17F

Text Example


Text Example

White with #CAC17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC17F; }

 p { color: rgb(202,193,127); }

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

background-color css

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

 a { background-color: rgb(202,193,127); }

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

border-color css

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

 span { border-color: rgb(202,193,127); }

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