Html Css Color HEX #CAC47F Winter Hazel

📋 copy color: '#CAC47F'

red 202 ◦ green 196 ◦ blue 127

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

Shades of Winter Hazel #CAC47F

Tints of Winter Hazel #CAC47F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.33%

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

R = 38.48%
G = 37.33%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CAC47F (or 0xCAC47F) is known color: Winter Hazel. HEX triplet: CA, C4 and 7F. RGB value is (202,196,127). Sum of RGB (Red+Green+Blue) = 202+196+127=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC47F is #353B80. Grayscale: #BEBEBE. Windows color (decimal): -3488641 or 8373450. OLE color: 8373450.

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

Color convert

RGB 202 196 127 -
CMYK 0 0.03 0.37 0.21
HSL 55.2º 0.41% 0.65% -
HSV(B) 55.2º 0.37% 0.79% -
XYZ 47.93 53.57 27.89 -
YUV 189.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 202 196 127 0 0.03 0.37 0.21 55.2 0.41 0.65
Hex CA C4 7F 0 3 25 15 37 29 41
Octal 312 304 177 0 3 45 25 67 51 101
Binary 11001010 11000100 1111111 0 11 100101 10101 110111 101001 1000001

Color Harmonies of #CAC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC47F

Black with #CAC47F

Text Example


Text Example

White with #CAC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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