#CBB473

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

Shades of Putty #CBB473

Tints of Putty #CBB473

Color information

#CBB473 (or 0xCBB473) is unknown color: approx Putty. HEX triplet: CB, B4 and 73. RGB value is (203,180,115). Sum of RGB (Red+Green+Blue) = 203+180+115=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB473 is #344B8C. Grayscale: #B3B3B3. Windows color (decimal): -3427213 or 7582923. OLE color: 7582923.

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

Color convert

RGB203180115-
CMYK00.110.430.20
HSL44.32º45.83%62.35%-
HSV(B)44.32º43.35%79.61%-
XYZ44.0446.5822.89-
YUV179.4791.62144.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=40.76%
G=36.14%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318011500.110.430.2044.3245.8362.35
HexCBB4730B2B142c2e3e
Octal3132641630135324545676
Binary110010111011010011100110101110101110100101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB473; }

 p { color: rgb(203,180,115); }

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

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

 a { background-color: rgb(203,180,115); }

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

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

 span { border-color: rgb(203,180,115); }

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