Html Css Color HEX #CAC27F Winter Hazel

📋 copy color: '#CAC27F'

red 202 ◦ green 194 ◦ blue 127

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

Shades of Winter Hazel #CAC27F

Tints of Winter Hazel #CAC27F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.09%

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

R = 38.62%
G = 37.09%
B = 24.28%

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

#CAC27F (or 0xCAC27F) is known color: Winter Hazel. HEX triplet: CA, C2 and 7F. RGB value is (202,194,127). Sum of RGB (Red+Green+Blue) = 202+194+127=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC27F is #353D80. Grayscale: #BDBDBD. Windows color (decimal): -3489153 or 8372938. OLE color: 8372938.

HSL color Cylindrical-coordinate representation of color #CAC27F: hue angle of 53.6º 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 #CAC27F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 127 -
CMYK 0 0.04 0.37 0.21
HSL 53.6º 0.41% 0.65% -
HSV(B) 53.6º 0.37% 0.79% -
XYZ 47.48 52.67 27.74 -
YUV 188.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 202 194 127 0 0.04 0.37 0.21 53.6 0.41 0.65
Hex CA C2 7F 0 4 25 15 36 29 41
Octal 312 302 177 0 4 45 25 66 51 101
Binary 11001010 11000010 1111111 0 100 100101 10101 110110 101001 1000001

Color Harmonies of #CAC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC27F

Black with #CAC27F

Text Example


Text Example

White with #CAC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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