#CBAE74

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

Shades of Putty #CBAE74

Tints of Putty #CBAE74

Color information

#CBAE74 (or 0xCBAE74) is unknown color: approx Putty. HEX triplet: CB, AE and 74. RGB value is (203,174,116). Sum of RGB (Red+Green+Blue) = 203+174+116=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE74 is #34518B. Grayscale: #B0B0B0. Windows color (decimal): -3428748 or 7646923. OLE color: 7646923.

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

Color convert

RGB203174116-
CMYK00.140.430.20
HSL40º45.55%62.55%-
HSV(B)40º42.86%79.61%-
XYZ42.9244.2322.8-
YUV176.0694.11147.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 116 (45.70% from 255) = 23.53%
R=41.18%
G=35.29%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317411600.140.430.204045.5562.55
HexCBAE740E2B14282e3f
Octal3132561640165324505677
Binary110010111010111011101000111010101110100101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE74; }

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

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

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

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

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

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

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

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