#CBB17B

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

Shades of Putty #CBB17B

Tints of Putty #CBB17B

Color information

#CBB17B (or 0xCBB17B) is unknown color: approx Putty. HEX triplet: CB, B1 and 7B. RGB value is (203,177,123). Sum of RGB (Red+Green+Blue) = 203+177+123=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB17B is #344E84. Grayscale: #B2B2B2. Windows color (decimal): -3427973 or 8106443. OLE color: 8106443.

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

Color convert

RGB203177123-
CMYK00.130.390.20
HSL40.5º43.48%63.92%-
HSV(B)40.5º39.41%79.61%-
XYZ43.9345.5725.22-
YUV178.6296.61145.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 123 (48.44% from 255) = 24.45%
R=40.36%
G=35.19%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317712300.130.390.2040.543.4863.92
HexCBB17B0D2714292b40
Octal31326117301547245153100
Binary1100101110110001111101101101100111101001010011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB17B; }

 p { color: rgb(203,177,123); }

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

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

 a { background-color: rgb(203,177,123); }

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

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

 span { border-color: rgb(203,177,123); }

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