Html Css Color HEX #CAA771 Putty

📋 copy color: '#CAA771'

red 202 ◦ green 167 ◦ blue 113

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

Shades of Putty #CAA771

Tints of Putty #CAA771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 113 (44.53% from 255) = 23.44%

R = 41.91%
G = 34.65%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAA771 (or 0xCAA771) is known color: Putty. HEX triplet: CA, A7 and 71. RGB value is (202,167,113). Sum of RGB (Red+Green+Blue) = 202+167+113=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA771 is #35588E. Grayscale: #ABABAB. Windows color (decimal): -3496079 or 7448522. OLE color: 7448522.

HSL color Cylindrical-coordinate representation of color #CAA771: hue angle of 36.4º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAA771 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 167 113 -
CMYK 0 0.17 0.44 0.21
HSL 36.4º 0.46% 0.62% -
HSV(B) 36.4º 0.44% 0.79% -
XYZ 41.16 41.39 21.44 -
YUV 171.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 202 167 113 0 0.17 0.44 0.21 36.4 0.46 0.62
Hex CA A7 71 0 11 2C 15 24 2E 3E
Octal 312 247 161 0 21 54 25 44 56 76
Binary 11001010 10100111 1110001 0 10001 101100 10101 100100 101110 111110

Color Harmonies of #CAA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA771

Black with #CAA771

Text Example


Text Example

White with #CAA771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA771; }

 p { color: rgb(202,167,113); }

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

background-color css

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

 a { background-color: rgb(202,167,113); }

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

border-color css

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

 span { border-color: rgb(202,167,113); }

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