#C8A15A

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

Shades of Laser #C8A15A

Tints of Laser #C8A15A

Color information

#C8A15A (or 0xC8A15A) is unknown color: approx Laser. HEX triplet: C8, A1 and 5A. RGB value is (200,161,90). Sum of RGB (Red+Green+Blue) = 200+161+90=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A15A is #375EA5. Grayscale: #A4A4A4. Windows color (decimal): -3628710 or 5939656. OLE color: 5939656.

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

Color convert

RGB20016190-
CMYK00.190.550.22
HSL38.73º50%56.86%-
HSV(B)38.73º55%78.43%-
XYZ38.4138.5115.08-
YUV164.5785.92153.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 161 (63.28% from 255) = 35.70%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=44.35%
G=35.70%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001619000.190.550.2238.735056.86
HexC8A15A0133716273239
Octal3102411320236726476271
Binary1100100010100001101101001001111011110110100111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A15A; }

 p { color: rgb(200,161,90); }

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

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

 a { background-color: rgb(200,161,90); }

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

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

 span { border-color: rgb(200,161,90); }

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