#CBA861

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

Shades of Laser #CBA861

Tints of Laser #CBA861

Color information

#CBA861 (or 0xCBA861) is unknown color: approx Laser. HEX triplet: CB, A8 and 61. RGB value is (203,168,97). Sum of RGB (Red+Green+Blue) = 203+168+97=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA861 is #34579E. Grayscale: #AAAAAA. Windows color (decimal): -3430303 or 6400203. OLE color: 6400203.

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

Color convert

RGB20316897-
CMYK00.170.520.20
HSL40.19º50.48%58.82%-
HSV(B)40.19º52.22%79.61%-
XYZ40.7941.5617.18-
YUV170.3786.6151.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=43.38%
G=35.90%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031689700.170.520.2040.1950.4858.82
HexCBA861011341428323b
Octal3132501410216424506273
Binary1100101110101000110000101000111010010100101000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA861; }

 p { color: rgb(203,168,97); }

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

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

 a { background-color: rgb(203,168,97); }

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

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

 span { border-color: rgb(203,168,97); }

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