Html Css Color HEX #CAA777 Putty

📋 copy color: '#CAA777'

red 202 ◦ green 167 ◦ blue 119

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

Shades of Putty #CAA777

Tints of Putty #CAA777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.39%

R = 41.39%
G = 34.22%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAA777 (or 0xCAA777) is known color: Putty. HEX triplet: CA, A7 and 77. RGB value is (202,167,119). Sum of RGB (Red+Green+Blue) = 202+167+119=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA777 is #355888. Grayscale: #ACACAC. Windows color (decimal): -3496073 or 7841738. OLE color: 7841738.

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

Color convert

RGB 202 167 119 -
CMYK 0 0.17 0.41 0.21
HSL 34.7º 0.44% 0.63% -
HSV(B) 34.7º 0.41% 0.79% -
XYZ 41.51 41.53 23.28 -
YUV 171.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 202 167 119 0 0.17 0.41 0.21 34.7 0.44 0.63
Hex CA A7 77 0 11 29 15 23 2C 3F
Octal 312 247 167 0 21 51 25 43 54 77
Binary 11001010 10100111 1110111 0 10001 101001 10101 100011 101100 111111

Color Harmonies of #CAA777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA777

Black with #CAA777

Text Example


Text Example

White with #CAA777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA777; }

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

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

background-color css

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

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

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

border-color css

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

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

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