#C8A259

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

Shades of Laser #C8A259

Tints of Laser #C8A259

Color information

#C8A259 (or 0xC8A259) is unknown color: approx Laser. HEX triplet: C8, A2 and 59. RGB value is (200,162,89). Sum of RGB (Red+Green+Blue) = 200+162+89=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A259 is #375DA6. Grayscale: #A5A5A5. Windows color (decimal): -3628455 or 5874376. OLE color: 5874376.

HSL color Cylindrical-coordinate representation of color #C8A259: hue angle of 39.46º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8A259 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB20016289-
CMYK00.190.560.22
HSL39.46º50.23%56.67%-
HSV(B)39.46º55.5%78.43%-
XYZ38.5438.8414.92-
YUV165.0485.09152.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 89 (35.16% from 255) = 19.73%
R=44.35%
G=35.92%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001628900.190.560.2239.4650.2356.67
HexC8A2590133816273239
Octal3102421310237026476271
Binary1100100010100010101100101001111100010110100111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A259; }

 p { color: rgb(200,162,89); }

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

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

 a { background-color: rgb(200,162,89); }

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

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

 span { border-color: rgb(200,162,89); }

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