#CFB56E

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

Shades of Putty #CFB56E

Tints of Putty #CFB56E

Color information

#CFB56E (or 0xCFB56E) is unknown color: approx Putty. HEX triplet: CF, B5 and 6E. RGB value is (207,181,110). Sum of RGB (Red+Green+Blue) = 207+181+110=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB56E is #304A91. Grayscale: #B4B4B4. Windows color (decimal): -3164818 or 7255503. OLE color: 7255503.

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

Color convert

RGB207181110-
CMYK00.130.470.19
HSL43.92º50.26%62.16%-
HSV(B)43.92º46.86%81.18%-
XYZ45.0747.4421.53-
YUV180.6888.11146.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 181 (71.09% from 255) = 36.35%
BLUE value IS 110 (43.36% from 255) = 22.09%
R=41.57%
G=36.35%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718111000.130.470.1943.9250.2662.16
HexCFB56E0D2F132c323e
Octal3172651560155723546276
Binary110011111011010111011100110110111110011101100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB56E; }

 p { color: rgb(207,181,110); }

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

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

 a { background-color: rgb(207,181,110); }

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

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

 span { border-color: rgb(207,181,110); }

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