#CBAB55

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

Shades of Laser #CBAB55

Tints of Laser #CBAB55

Color information

#CBAB55 (or 0xCBAB55) is unknown color: approx Laser. HEX triplet: CB, AB and 55. RGB value is (203,171,85). Sum of RGB (Red+Green+Blue) = 203+171+85=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB55 is #3454AA. Grayscale: #ABABAB. Windows color (decimal): -3429547 or 5614539. OLE color: 5614539.

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

Color convert

RGB20317185-
CMYK00.160.580.20
HSL43.73º53.15%56.47%-
HSV(B)43.73º58.13%79.61%-
XYZ40.8342.4814.64-
YUV170.7679.6150.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=44.23%
G=37.25%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031718500.160.580.2043.7353.1556.47
HexCBAB550103A142c3538
Octal3132531250207224546570
Binary1100101110101011101010101000011101010100101100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB55; }

 p { color: rgb(203,171,85); }

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

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

 a { background-color: rgb(203,171,85); }

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

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

 span { border-color: rgb(203,171,85); }

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