#CBA660

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

Shades of Laser #CBA660

Tints of Laser #CBA660

Color information

#CBA660 (or 0xCBA660) is unknown color: approx Laser. HEX triplet: CB, A6 and 60. RGB value is (203,166,96). Sum of RGB (Red+Green+Blue) = 203+166+96=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA660 is #34599F. Grayscale: #A9A9A9. Windows color (decimal): -3430816 or 6334155. OLE color: 6334155.

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

Color convert

RGB20316696-
CMYK00.180.530.20
HSL39.25º50.71%58.63%-
HSV(B)39.25º52.71%79.61%-
XYZ40.3840.8116.82-
YUV169.0886.76152.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=43.66%
G=35.70%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031669600.180.530.2039.2550.7158.63
HexCBA660012351427333b
Octal3132461400226524476373
Binary1100101110100110110000001001011010110100100111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA660; }

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

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

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

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

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

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

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

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