#cbab60

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

Shades of Laser #CBAB60

Tints of Laser #CBAB60

Color information

#CBAB60 (or 0xCBAB60) is unknown color: approx Laser. HEX triplet: CB, AB and 60. RGB value is (203,171,96). Sum of RGB (Red+Green+Blue) = 203+171+96=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB60 is #34549F. Grayscale: #ACACAC. Windows color (decimal): -3429536 or 6335435. OLE color: 6335435.

HSL color Cylindrical-coordinate representation of color #CBAB60: hue angle of 42.06º 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 #CBAB60 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20317196-
CMYK00.160.530.20
HSL42.06º50.71%58.63%-
HSV(B)42.06º52.71%79.61%-
XYZ41.342.6717.12-
YUV172.0285.1150.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=43.19%
G=36.38%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031719600.160.530.2042.0650.7158.63
HexCBAB6001035142a333b
Octal3132531400206524526373
Binary1100101110101011110000001000011010110100101010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbab60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbab60; }

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

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

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

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

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

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

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

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