#CFB07A

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

Shades of Putty #CFB07A

Tints of Putty #CFB07A

Color information

#CFB07A (or 0xCFB07A) is unknown color: approx Putty. HEX triplet: CF, B0 and 7A. RGB value is (207,176,122). Sum of RGB (Red+Green+Blue) = 207+176+122=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB07A is #304F85. Grayscale: #B3B3B3. Windows color (decimal): -3166086 or 8040655. OLE color: 8040655.

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

Color convert

RGB207176122-
CMYK00.150.410.19
HSL38.12º46.96%64.51%-
HSV(B)38.12º41.06%81.18%-
XYZ44.7745.7224.88-
YUV179.1195.77147.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 122 (48.05% from 255) = 24.16%
R=40.99%
G=34.85%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717612200.150.410.1938.1246.9664.51
HexCFB07A0F2913262f41
Octal31726017201751234657101
Binary1100111110110000111101001111101001100111001101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB07A; }

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

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

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

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

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

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

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

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