#CBAE72

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

Shades of Putty #CBAE72

Tints of Putty #CBAE72

Color information

#CBAE72 (or 0xCBAE72) is unknown color: approx Putty. HEX triplet: CB, AE and 72. RGB value is (203,174,114). Sum of RGB (Red+Green+Blue) = 203+174+114=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE72 is #34518D. Grayscale: #B0B0B0. Windows color (decimal): -3428750 or 7515851. OLE color: 7515851.

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

Color convert

RGB203174114-
CMYK00.140.440.20
HSL40.45º46.11%62.16%-
HSV(B)40.45º43.84%79.61%-
XYZ42.844.1822.19-
YUV175.8393.11147.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=41.34%
G=35.44%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317411400.140.440.2040.4546.1162.16
HexCBAE720E2C14282e3e
Octal3132561620165424505676
Binary110010111010111011100100111010110010100101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE72; }

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

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

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

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

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

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

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

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