#CFB975

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

Shades of Putty #CFB975

Tints of Putty #CFB975

Color information

#CFB975 (or 0xCFB975) is unknown color: approx Putty. HEX triplet: CF, B9 and 75. RGB value is (207,185,117). Sum of RGB (Red+Green+Blue) = 207+185+117=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB975 is #30468A. Grayscale: #B8B8B8. Windows color (decimal): -3163787 or 7715279. OLE color: 7715279.

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

Color convert

RGB207185117-
CMYK00.110.430.19
HSL45.33º48.39%63.53%-
HSV(B)45.33º43.48%81.18%-
XYZ46.2949.2523.9-
YUV183.8390.29144.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=40.67%
G=36.35%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718511700.110.430.1945.3348.3963.53
HexCFB9750B2B132d3040
Octal31727116501353235560100
Binary1100111110111001111010101011101011100111011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB975; }

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

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

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

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

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

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

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

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