#CFAA75

Color #CFAA75 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CFAA75

Tints of Putty #CFAA75

Color information

#CFAA75 (or 0xCFAA75) is unknown color: approx Putty. HEX triplet: CF, AA and 75. RGB value is (207,170,117). Sum of RGB (Red+Green+Blue) = 207+170+117=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA75 is #30558A. Grayscale: #AFAFAF. Windows color (decimal): -3167627 or 7711439. OLE color: 7711439.

HSL color Cylindrical-coordinate representation of color #CFAA75: hue angle of 35.33º 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 #CFAA75 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207170117-
CMYK00.180.430.19
HSL35.33º48.39%63.53%-
HSV(B)35.33º43.48%81.18%-
XYZ43.3243.322.9-
YUV175.0295.26150.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=41.90%
G=34.41%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717011700.180.430.1935.3348.3963.53
HexCFAA750122B13233040
Octal31725216502253234360100
Binary11001111101010101110101010010101011100111000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA75; }

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

 H1.HeaderClassName
 {
   color: #CFAA75;
 }
 .AnyTagClassName
 {
   color: #CFAA75;
 }
</style>
background-color css

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

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

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

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

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

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