#CFA875

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

Shades of Putty #CFA875

Tints of Putty #CFA875

Color information

#CFA875 (or 0xCFA875) is unknown color: approx Putty. HEX triplet: CF, A8 and 75. RGB value is (207,168,117). Sum of RGB (Red+Green+Blue) = 207+168+117=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA875 is #30578A. Grayscale: #AEAEAE. Windows color (decimal): -3168139 or 7710927. OLE color: 7710927.

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

Color convert

RGB207168117-
CMYK00.190.430.19
HSL34º48.39%63.53%-
HSV(B)34º43.48%81.18%-
XYZ42.9542.5622.78-
YUV173.8595.92151.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=42.07%
G=34.15%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716811700.190.430.193448.3963.53
HexCFA8750132B13223040
Octal31725016502353234260100
Binary11001111101010001110101010011101011100111000101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA875; }

 p { color: rgb(207,168,117); }

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

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

 a { background-color: rgb(207,168,117); }

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

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

 span { border-color: rgb(207,168,117); }

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