#CBA658

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

Shades of Laser #CBA658

Tints of Laser #CBA658

Color information

#CBA658 (or 0xCBA658) is unknown color: approx Laser. HEX triplet: CB, A6 and 58. RGB value is (203,166,88). Sum of RGB (Red+Green+Blue) = 203+166+88=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA658 is #3459A7. Grayscale: #A8A8A8. Windows color (decimal): -3430824 or 5809867. OLE color: 5809867.

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

Color convert

RGB20316688-
CMYK00.180.570.20
HSL40.7º52.51%57.06%-
HSV(B)40.7º56.65%79.61%-
XYZ40.0340.6714.97-
YUV168.1782.76152.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 88 (34.77% from 255) = 19.26%
R=44.42%
G=36.32%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031668800.180.570.2040.752.5157.06
HexCBA6580123914293539
Octal3132461300227124516571
Binary1100101110100110101100001001011100110100101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA658; }

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

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

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

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

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

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

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

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