#CBA960

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

Shades of Laser #CBA960

Tints of Laser #CBA960

Color information

#CBA960 (or 0xCBA960) is unknown color: approx Laser. HEX triplet: CB, A9 and 60. RGB value is (203,169,96). Sum of RGB (Red+Green+Blue) = 203+169+96=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA960 is #34569F. Grayscale: #ABABAB. Windows color (decimal): -3430048 or 6334923. OLE color: 6334923.

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

Color convert

RGB20316996-
CMYK00.170.530.20
HSL40.93º50.71%58.63%-
HSV(B)40.93º52.71%79.61%-
XYZ40.9341.9217-
YUV170.8485.76150.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 96 (37.89% from 255) = 20.51%
R=43.38%
G=36.11%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031699600.170.530.2040.9350.7158.63
HexCBA960011351429333b
Octal3132511400216524516373
Binary1100101110101001110000001000111010110100101001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA960; }

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

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

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

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

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

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

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

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