#CBB377

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

Shades of Putty #CBB377

Tints of Putty #CBB377

Color information

#CBB377 (or 0xCBB377) is unknown color: approx Putty. HEX triplet: CB, B3 and 77. RGB value is (203,179,119). Sum of RGB (Red+Green+Blue) = 203+179+119=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB377 is #344C88. Grayscale: #B3B3B3. Windows color (decimal): -3427465 or 7844811. OLE color: 7844811.

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

Color convert

RGB203179119-
CMYK00.120.410.20
HSL42.86º44.68%63.14%-
HSV(B)42.86º41.38%79.61%-
XYZ44.0846.2724.06-
YUV179.3493.95144.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 119 (46.88% from 255) = 23.75%
R=40.52%
G=35.73%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317911900.120.410.2042.8644.6863.14
HexCBB3770C29142b2d3f
Octal3132631670145124535577
Binary110010111011001111101110110010100110100101011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB377; }

 p { color: rgb(203,179,119); }

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

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

 a { background-color: rgb(203,179,119); }

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

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

 span { border-color: rgb(203,179,119); }

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