#C8A359

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

Shades of Laser #C8A359

Tints of Laser #C8A359

Color information

#C8A359 (or 0xC8A359) is unknown color: approx Laser. HEX triplet: C8, A3 and 59. RGB value is (200,163,89). Sum of RGB (Red+Green+Blue) = 200+163+89=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A359 is #375CA6. Grayscale: #A5A5A5. Windows color (decimal): -3628199 or 5874632. OLE color: 5874632.

HSL color Cylindrical-coordinate representation of color #C8A359: hue angle of 40º 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 #C8A359 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB20016389-
CMYK00.180.560.22
HSL40º50.23%56.67%-
HSV(B)40º55.5%78.43%-
XYZ38.7239.214.98-
YUV165.6384.76152.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 163 (64.06% from 255) = 36.06%
BLUE value IS 89 (35.16% from 255) = 19.69%
R=44.25%
G=36.06%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001638900.180.560.224050.2356.67
HexC8A3590123816283239
Octal3102431310227026506271
Binary1100100010100011101100101001011100010110101000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A359; }

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

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

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

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

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

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

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

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