#CCAF75

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

Shades of Putty #CCAF75

Tints of Putty #CCAF75

Color information

#CCAF75 (or 0xCCAF75) is unknown color: approx Putty. HEX triplet: CC, AF and 75. RGB value is (204,175,117). Sum of RGB (Red+Green+Blue) = 204+175+117=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF75 is #33508A. Grayscale: #B1B1B1. Windows color (decimal): -3362955 or 7712716. OLE color: 7712716.

HSL color Cylindrical-coordinate representation of color #CCAF75: hue angle of 40º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCAF75 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204175117-
CMYK00.140.430.2
HSL40º46.03%62.94%-
HSV(B)40º42.65%80%-
XYZ43.4444.7823.18-
YUV177.0694.11147.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=41.13%
G=35.28%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417511700.140.430.24046.0362.94
HexCCAF750E2B14282e3f
Octal3142571650165324505677
Binary110011001010111111101010111010101110100101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF75; }

 p { color: rgb(204,175,117); }

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

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

 a { background-color: rgb(204,175,117); }

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

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

 span { border-color: rgb(204,175,117); }

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