Html Css Color HEX #CFAA76 Putty

📋 copy color: '#CFAA76'

red 207 ◦ green 170 ◦ blue 118

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

Shades of Putty #CFAA76

Tints of Putty #CFAA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.84%

R = 41.82%
G = 34.34%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFAA76 (or 0xCFAA76) is known color: Putty. HEX triplet: CF, AA and 76. RGB value is (207,170,118). Sum of RGB (Red+Green+Blue) = 207+170+118=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA76 is #305589. Grayscale: #AFAFAF. Windows color (decimal): -3167626 or 7776975. OLE color: 7776975.

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

Color convert

RGB 207 170 118 -
CMYK 0 0.18 0.43 0.19
HSL 35.06º 0.48% 0.64% -
HSV(B) 35.06º 0.43% 0.81% -
XYZ 43.38 43.32 23.22 -
YUV 175.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 207 170 118 0 0.18 0.43 0.19 35.06 0.48 0.64
Hex CF AA 76 0 12 2B 13 23 30 40
Octal 317 252 166 0 22 53 23 43 60 100
Binary 11001111 10101010 1110110 0 10010 101011 10011 100011 110000 1000000

Color Harmonies of #CFAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA76

Black with #CFAA76

Text Example


Text Example

White with #CFAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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