#CFB070

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

Shades of Putty #CFB070

Tints of Putty #CFB070

Color information

#CFB070 (or 0xCFB070) is unknown color: approx Putty. HEX triplet: CF, B0 and 70. RGB value is (207,176,112). Sum of RGB (Red+Green+Blue) = 207+176+112=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB070 is #304F8F. Grayscale: #B2B2B2. Windows color (decimal): -3166096 or 7385295. OLE color: 7385295.

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

Color convert

RGB207176112-
CMYK00.150.460.19
HSL40.42º49.74%62.55%-
HSV(B)40.42º45.89%81.18%-
XYZ44.1845.4921.78-
YUV177.9790.77148.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=41.82%
G=35.56%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717611200.150.460.1940.4249.7462.55
HexCFB0700F2E1328323f
Octal3172601600175623506277
Binary110011111011000011100000111110111010011101000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB070; }

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

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

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

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

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

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

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

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