#CFB075

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

Shades of Putty #CFB075

Tints of Putty #CFB075

Color information

#CFB075 (or 0xCFB075) is unknown color: approx Putty. HEX triplet: CF, B0 and 75. RGB value is (207,176,117). Sum of RGB (Red+Green+Blue) = 207+176+117=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB075 is #304F8A. Grayscale: #B2B2B2. Windows color (decimal): -3166091 or 7712975. OLE color: 7712975.

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

Color convert

RGB207176117-
CMYK00.150.430.19
HSL39.33º48.39%63.53%-
HSV(B)39.33º43.48%81.18%-
XYZ44.4745.623.29-
YUV178.5493.27148.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=41.4%
G=35.2%
B=23.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717611700.150.430.1939.3348.3963.53
HexCFB0750F2B13273040
Octal31726016501753234760100
Binary1100111110110000111010101111101011100111001111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB075; }

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

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

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

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

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

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

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

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