#CBB276

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

Shades of Putty #CBB276

Tints of Putty #CBB276

Color information

#CBB276 (or 0xCBB276) is unknown color: approx Putty. HEX triplet: CB, B2 and 76. RGB value is (203,178,118). Sum of RGB (Red+Green+Blue) = 203+178+118=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB276 is #344D89. Grayscale: #B2B2B2. Windows color (decimal): -3427722 or 7779019. OLE color: 7779019.

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

Color convert

RGB203178118-
CMYK00.120.420.20
HSL42.35º44.97%62.94%-
HSV(B)42.35º41.87%79.61%-
XYZ43.8245.8523.68-
YUV178.6493.78145.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 178 (69.92% from 255) = 35.67%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=40.68%
G=35.67%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317811800.120.420.2042.3544.9762.94
HexCBB2760C2A142a2d3f
Octal3132621660145224525577
Binary110010111011001011101100110010101010100101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB276; }

 p { color: rgb(203,178,118); }

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

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

 a { background-color: rgb(203,178,118); }

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

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

 span { border-color: rgb(203,178,118); }

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