#CBAA63

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

Shades of Laser #CBAA63

Tints of Laser #CBAA63

Color information

#CBAA63 (or 0xCBAA63) is unknown color: approx Laser. HEX triplet: CB, AA and 63. RGB value is (203,170,99). Sum of RGB (Red+Green+Blue) = 203+170+99=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA63 is #34559C. Grayscale: #ACACAC. Windows color (decimal): -3429789 or 6531787. OLE color: 6531787.

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

Color convert

RGB20317099-
CMYK00.160.510.20
HSL40.96º50%59.22%-
HSV(B)40.96º51.23%79.61%-
XYZ41.2642.3517.8-
YUV171.7786.93150.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=43.01%
G=36.02%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031709900.160.510.2040.965059.22
HexCBAA63010331429323b
Octal3132521430206324516273
Binary1100101110101010110001101000011001110100101001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAA63; }

 p { color: rgb(203,170,99); }

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

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

 a { background-color: rgb(203,170,99); }

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

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

 span { border-color: rgb(203,170,99); }

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