Html Css Color HEX #CAA774 Putty

📋 copy color: '#CAA774'

red 202 ◦ green 167 ◦ blue 116

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

Shades of Putty #CAA774

Tints of Putty #CAA774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 41.65%
G = 34.43%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAA774 (or 0xCAA774) is known color: Putty. HEX triplet: CA, A7 and 74. RGB value is (202,167,116). Sum of RGB (Red+Green+Blue) = 202+167+116=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA774 is #35588B. Grayscale: #ABABAB. Windows color (decimal): -3496076 or 7645130. OLE color: 7645130.

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

Color convert

RGB 202 167 116 -
CMYK 0 0.17 0.43 0.21
HSL 35.58º 0.45% 0.62% -
HSV(B) 35.58º 0.43% 0.79% -
XYZ 41.33 41.45 22.35 -
YUV 171.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 202 167 116 0 0.17 0.43 0.21 35.58 0.45 0.62
Hex CA A7 74 0 11 2B 15 24 2D 3E
Octal 312 247 164 0 21 53 25 44 55 76
Binary 11001010 10100111 1110100 0 10001 101011 10101 100100 101101 111110

Color Harmonies of #CAA774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA774

Black with #CAA774

Text Example


Text Example

White with #CAA774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA774; }

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

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

background-color css

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

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

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

border-color css

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

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

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