#CFB067

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

Shades of Putty #CFB067

Tints of Putty #CFB067

Color information

#CFB067 (or 0xCFB067) is unknown color: approx Putty. HEX triplet: CF, B0 and 67. RGB value is (207,176,103). Sum of RGB (Red+Green+Blue) = 207+176+103=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB067 is #304F98. Grayscale: #B1B1B1. Windows color (decimal): -3166105 or 6795471. OLE color: 6795471.

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

Color convert

RGB207176103-
CMYK00.150.500.19
HSL42.12º52%60.78%-
HSV(B)42.12º50.24%81.18%-
XYZ43.7145.319.27-
YUV176.9586.27149.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.59%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 103 (40.62% from 255) = 21.19%
R=42.59%
G=36.21%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717610300.150.500.1942.125260.78
HexCFB0670F32132a343d
Octal3172601470176223526475
Binary110011111011000011001110111111001010011101010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB067; }

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

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

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

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

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

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

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

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