#CBAA66

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

Shades of Laser #CBAA66

Tints of Laser #CBAA66

Color information

#CBAA66 (or 0xCBAA66) is unknown color: approx Laser. HEX triplet: CB, AA and 66. RGB value is (203,170,102). Sum of RGB (Red+Green+Blue) = 203+170+102=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA66 is #345599. Grayscale: #ACACAC. Windows color (decimal): -3429786 or 6728395. OLE color: 6728395.

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

Color convert

RGB203170102-
CMYK00.160.500.20
HSL40.4º49.27%59.8%-
HSV(B)40.4º49.75%79.61%-
XYZ41.442.4118.57-
YUV172.1288.43150.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=42.74%
G=35.79%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317010200.160.500.2040.449.2759.8
HexCBAA66010321428313c
Octal3132521460206224506174
Binary1100101110101010110011001000011001010100101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAA66; }

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

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

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

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

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

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

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

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