#CBB160

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

Shades of Laser #CBB160

Tints of Laser #CBB160

Color information

#CBB160 (or 0xCBB160) is unknown color: approx Laser. HEX triplet: CB, B1 and 60. RGB value is (203,177,96). Sum of RGB (Red+Green+Blue) = 203+177+96=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB160 is #344E9F. Grayscale: #AFAFAF. Windows color (decimal): -3428000 or 6336971. OLE color: 6336971.

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

Color convert

RGB20317796-
CMYK00.130.530.20
HSL45.42º50.71%58.63%-
HSV(B)45.42º52.71%79.61%-
XYZ42.4644.9917.51-
YUV175.5483.11147.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 96 (37.89% from 255) = 20.17%
R=42.65%
G=37.18%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031779600.130.530.2045.4250.7158.63
HexCBB1600D35142d333b
Octal3132611400156524556373
Binary110010111011000111000000110111010110100101101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB160; }

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

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

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

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

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

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

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

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