#CBAB62

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

Shades of Laser #CBAB62

Tints of Laser #CBAB62

Color information

#CBAB62 (or 0xCBAB62) is unknown color: approx Laser. HEX triplet: CB, AB and 62. RGB value is (203,171,98). Sum of RGB (Red+Green+Blue) = 203+171+98=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB62 is #34549D. Grayscale: #ACACAC. Windows color (decimal): -3429534 or 6466507. OLE color: 6466507.

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

Color convert

RGB20317198-
CMYK00.160.520.20
HSL41.71º50.24%59.02%-
HSV(B)41.71º51.72%79.61%-
XYZ41.442.717.62-
YUV172.2586.1149.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 98 (38.67% from 255) = 20.76%
R=43.01%
G=36.23%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031719800.160.520.2041.7150.2459.02
HexCBAB6201034142a323b
Octal3132531420206424526273
Binary1100101110101011110001001000011010010100101010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB62; }

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

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

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

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

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

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

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

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