Html Css Color HEX #CFAA71 Putty

📋 copy color: '#CFAA71'

red 207 ◦ green 170 ◦ blue 113

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

Shades of Putty #CFAA71

Tints of Putty #CFAA71

RGB

 RED value IS 207 (81.25% from 255) = 42.24%

 GREEN value IS 170 (66.8% from 255) = 34.69%

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

R = 42.24%
G = 34.69%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFAA71 (or 0xCFAA71) is known color: Putty. HEX triplet: CF, AA and 71. RGB value is (207,170,113). Sum of RGB (Red+Green+Blue) = 207+170+113=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA71 is #30558E. Grayscale: #AEAEAE. Windows color (decimal): -3167631 or 7449295. OLE color: 7449295.

HSL color Cylindrical-coordinate representation of color #CFAA71: hue angle of 36.38º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFAA71 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 113 -
CMYK 0 0.18 0.45 0.19
HSL 36.38º 0.49% 0.63% -
HSV(B) 36.38º 0.45% 0.81% -
XYZ 43.09 43.21 21.69 -
YUV 174.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 207 170 113 0 0.18 0.45 0.19 36.38 0.49 0.63
Hex CF AA 71 0 12 2D 13 24 31 3F
Octal 317 252 161 0 22 55 23 44 61 77
Binary 11001111 10101010 1110001 0 10010 101101 10011 100100 110001 111111

Color Harmonies of #CFAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA71

Black with #CFAA71

Text Example


Text Example

White with #CFAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA71; }

 p { color: rgb(207,170,113); }

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

background-color css

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

 a { background-color: rgb(207,170,113); }

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

border-color css

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

 span { border-color: rgb(207,170,113); }

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