#CBAE76

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

Shades of Putty #CBAE76

Tints of Putty #CBAE76

Color information

#CBAE76 (or 0xCBAE76) is unknown color: approx Putty. HEX triplet: CB, AE and 76. RGB value is (203,174,118). Sum of RGB (Red+Green+Blue) = 203+174+118=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE76 is #345189. Grayscale: #B0B0B0. Windows color (decimal): -3428746 or 7777995. OLE color: 7777995.

HSL color Cylindrical-coordinate representation of color #CBAE76: hue angle of 39.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBAE76 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203174118-
CMYK00.140.420.20
HSL39.53º44.97%62.94%-
HSV(B)39.53º41.87%79.61%-
XYZ43.0344.2823.42-
YUV176.2995.11147.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 118 (46.48% from 255) = 23.84%
R=41.01%
G=35.15%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317411800.140.420.2039.5344.9762.94
HexCBAE760E2A14282d3f
Octal3132561660165224505577
Binary110010111010111011101100111010101010100101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE76; }

 p { color: rgb(203,174,118); }

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

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

 a { background-color: rgb(203,174,118); }

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

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

 span { border-color: rgb(203,174,118); }

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