#CFB36E

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

Shades of Putty #CFB36E

Tints of Putty #CFB36E

Color information

#CFB36E (or 0xCFB36E) is unknown color: approx Putty. HEX triplet: CF, B3 and 6E. RGB value is (207,179,110). Sum of RGB (Red+Green+Blue) = 207+179+110=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB36E is #304C91. Grayscale: #B3B3B3. Windows color (decimal): -3165330 or 7254991. OLE color: 7254991.

HSL color Cylindrical-coordinate representation of color #CFB36E: hue angle of 42.68º 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 #CFB36E is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB207179110-
CMYK00.140.470.19
HSL42.68º50.26%62.16%-
HSV(B)42.68º46.86%81.18%-
XYZ44.6746.6321.4-
YUV179.5188.78147.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 110 (43.36% from 255) = 22.18%
R=41.73%
G=36.09%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717911000.140.470.1942.6850.2662.16
HexCFB36E0E2F132b323e
Octal3172631560165723536276
Binary110011111011001111011100111010111110011101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB36E; }

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

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

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

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

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

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

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

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