#CCAF6C

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

Shades of Putty #CCAF6C

Tints of Putty #CCAF6C

Color information

#CCAF6C (or 0xCCAF6C) is unknown color: approx Putty. HEX triplet: CC, AF and 6C. RGB value is (204,175,108). Sum of RGB (Red+Green+Blue) = 204+175+108=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF6C is #335093. Grayscale: #B0B0B0. Windows color (decimal): -3362964 or 7122892. OLE color: 7122892.

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

Color convert

RGB204175108-
CMYK00.140.470.2
HSL41.88º48.48%61.18%-
HSV(B)41.88º47.06%80%-
XYZ42.9444.5820.53-
YUV176.0389.61147.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 108 (42.58% from 255) = 22.18%
R=41.89%
G=35.93%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417510800.140.470.241.8848.4861.18
HexCCAF6C0E2F142a303d
Octal3142571540165724526075
Binary110011001010111111011000111010111110100101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF6C; }

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

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

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

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

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

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

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

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