#CBB470

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

Shades of Putty #CBB470

Tints of Putty #CBB470

Color information

#CBB470 (or 0xCBB470) is unknown color: approx Putty. HEX triplet: CB, B4 and 70. RGB value is (203,180,112). Sum of RGB (Red+Green+Blue) = 203+180+112=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB470 is #344B8F. Grayscale: #B3B3B3. Windows color (decimal): -3427216 or 7386315. OLE color: 7386315.

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

Color convert

RGB203180112-
CMYK00.110.450.20
HSL44.84º46.67%61.76%-
HSV(B)44.84º44.83%79.61%-
XYZ43.8746.5121.99-
YUV179.1290.12145.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=41.01%
G=36.36%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318011200.110.450.2044.8446.6761.76
HexCBB4700B2D142d2f3e
Octal3132641600135524555776
Binary110010111011010011100000101110110110100101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB470; }

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

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

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

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

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

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

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

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