#CFA56C

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

Shades of Putty #CFA56C

Tints of Putty #CFA56C

Color information

#CFA56C (or 0xCFA56C) is unknown color: approx Putty. HEX triplet: CF, A5 and 6C. RGB value is (207,165,108). Sum of RGB (Red+Green+Blue) = 207+165+108=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA56C is #305A93. Grayscale: #ABABAB. Windows color (decimal): -3168916 or 7120335. OLE color: 7120335.

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

Color convert

RGB207165108-
CMYK00.200.480.19
HSL34.55º50.77%61.76%-
HSV(B)34.55º47.83%81.18%-
XYZ41.8941.2619.94-
YUV171.0692.41153.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.12%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=43.12%
G=34.38%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716510800.200.480.1934.5550.7761.76
HexCFA56C014301323333e
Octal3172451540246023436376
Binary1100111110100101110110001010011000010011100011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA56C; }

 p { color: rgb(207,165,108); }

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

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

 a { background-color: rgb(207,165,108); }

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

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

 span { border-color: rgb(207,165,108); }

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