#CBA666

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

Shades of Laser #CBA666

Tints of Laser #CBA666

Color information

#CBA666 (or 0xCBA666) is unknown color: approx Laser. HEX triplet: CB, A6 and 66. RGB value is (203,166,102). Sum of RGB (Red+Green+Blue) = 203+166+102=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA666 is #345999. Grayscale: #AAAAAA. Windows color (decimal): -3430810 or 6727371. OLE color: 6727371.

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

Color convert

RGB203166102-
CMYK00.180.500.20
HSL38.02º49.27%59.8%-
HSV(B)38.02º49.75%79.61%-
XYZ40.6640.9318.33-
YUV169.7789.76151.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 102 (40.23% from 255) = 21.66%
R=43.10%
G=35.24%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316610200.180.500.2038.0249.2759.8
HexCBA666012321426313c
Octal3132461460226224466174
Binary1100101110100110110011001001011001010100100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA666; }

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

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

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

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

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

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

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

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