#CBAB61

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

Shades of Laser #CBAB61

Tints of Laser #CBAB61

Color information

#CBAB61 (or 0xCBAB61) is unknown color: approx Laser. HEX triplet: CB, AB and 61. RGB value is (203,171,97). Sum of RGB (Red+Green+Blue) = 203+171+97=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB61 is #34549E. Grayscale: #ACACAC. Windows color (decimal): -3429535 or 6400971. OLE color: 6400971.

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

Color convert

RGB20317197-
CMYK00.160.520.20
HSL41.89º50.48%58.82%-
HSV(B)41.89º52.22%79.61%-
XYZ41.3542.6917.37-
YUV172.1385.6150.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=43.10%
G=36.31%
B=20.59%

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
Decimal2031719700.160.520.2041.8950.4858.82
HexCBAB6101034142a323b
Octal3132531410206424526273
Binary1100101110101011110000101000011010010100101010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB61; }

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

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

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

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

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

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

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

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