#CFA977

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

Shades of Putty #CFA977

Tints of Putty #CFA977

Color information

#CFA977 (or 0xCFA977) is unknown color: approx Putty. HEX triplet: CF, A9 and 77. RGB value is (207,169,119). Sum of RGB (Red+Green+Blue) = 207+169+119=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA977 is #305688. Grayscale: #AEAEAE. Windows color (decimal): -3167881 or 7842255. OLE color: 7842255.

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

Color convert

RGB207169119-
CMYK00.180.430.19
HSL34.09º47.83%63.92%-
HSV(B)34.09º42.51%81.18%-
XYZ43.2542.9723.47-
YUV174.6696.59151.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 119 (46.88% from 255) = 24.04%
R=41.82%
G=34.14%
B=24.04%

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
Decimal20716911900.180.430.1934.0947.8363.92
HexCFA9770122B13223040
Octal31725116702253234260100
Binary11001111101010011110111010010101011100111000101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA977; }

 p { color: rgb(207,169,119); }

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

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

 a { background-color: rgb(207,169,119); }

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

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

 span { border-color: rgb(207,169,119); }

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