#CFA974

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

Shades of Putty #CFA974

Tints of Putty #CFA974

Color information

#CFA974 (or 0xCFA974) is unknown color: approx Putty. HEX triplet: CF, A9 and 74. RGB value is (207,169,116). Sum of RGB (Red+Green+Blue) = 207+169+116=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA974 is #30568B. Grayscale: #AEAEAE. Windows color (decimal): -3167884 or 7645647. OLE color: 7645647.

HSL color Cylindrical-coordinate representation of color #CFA974: hue angle of 34.95º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFA974 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB207169116-
CMYK00.180.440.19
HSL34.95º48.66%63.33%-
HSV(B)34.95º43.96%81.18%-
XYZ43.0742.922.53-
YUV174.3295.09151.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=42.07%
G=34.35%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716911600.180.440.1934.9548.6663.33
HexCFA9740122C1323313f
Octal3172511640225423436177
Binary1100111110101001111010001001010110010011100011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA974; }

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

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

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

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

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

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

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

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