#CFB16A

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

Shades of Putty #CFB16A

Tints of Putty #CFB16A

Color information

#CFB16A (or 0xCFB16A) is unknown color: approx Putty. HEX triplet: CF, B1 and 6A. RGB value is (207,177,106). Sum of RGB (Red+Green+Blue) = 207+177+106=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB16A is #304E95. Grayscale: #B2B2B2. Windows color (decimal): -3165846 or 6992335. OLE color: 6992335.

HSL color Cylindrical-coordinate representation of color #CFB16A: hue angle of 42.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFB16A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207177106-
CMYK00.140.490.19
HSL42.18º51.27%61.37%-
HSV(B)42.18º48.79%81.18%-
XYZ44.0645.7520.14-
YUV177.8887.44148.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.24%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 106 (41.80% from 255) = 21.63%
R=42.24%
G=36.12%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717710600.140.490.1942.1851.2761.37
HexCFB16A0E31132a333d
Octal3172611520166123526375
Binary110011111011000111010100111011000110011101010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB16A; }

 p { color: rgb(207,177,106); }

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

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

 a { background-color: rgb(207,177,106); }

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

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

 span { border-color: rgb(207,177,106); }

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