#CBB471

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

Shades of Putty #CBB471

Tints of Putty #CBB471

Color information

#CBB471 (or 0xCBB471) is unknown color: approx Putty. HEX triplet: CB, B4 and 71. RGB value is (203,180,113). Sum of RGB (Red+Green+Blue) = 203+180+113=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB471 is #344B8E. Grayscale: #B3B3B3. Windows color (decimal): -3427215 or 7451851. OLE color: 7451851.

HSL color Cylindrical-coordinate representation of color #CBB471: hue angle of 44.67º 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 #CBB471 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203180113-
CMYK00.110.440.20
HSL44.67º46.39%61.96%-
HSV(B)44.67º44.33%79.61%-
XYZ43.9346.5322.29-
YUV179.2490.62144.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=40.93%
G=36.29%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318011300.110.440.2044.6746.3961.96
HexCBB4710B2C142d2e3e
Octal3132641610135424555676
Binary110010111011010011100010101110110010100101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB471; }

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

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

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

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

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

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

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

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