#cbae7c

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

Shades of Putty #CBAE7C

Tints of Putty #CBAE7C

Color information

#CBAE7C (or 0xCBAE7C) is unknown color: approx Putty. HEX triplet: CB, AE and 7C. RGB value is (203,174,124). Sum of RGB (Red+Green+Blue) = 203+174+124=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE7C is #345183. Grayscale: #B1B1B1. Windows color (decimal): -3428740 or 8171211. OLE color: 8171211.

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

Color convert

RGB203174124-
CMYK00.140.390.20
HSL37.97º43.17%64.12%-
HSV(B)37.97º38.92%79.61%-
XYZ43.444.4225.36-
YUV176.9798.11146.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=40.52%
G=34.73%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317412400.140.390.2037.9743.1764.12
HexCBAE7C0E2714262b40
Octal31325617401647244653100
Binary1100101110101110111110001110100111101001001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbae7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbae7c; }

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

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

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

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

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

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

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

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