#C8A15C

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

Shades of Laser #C8A15C

Tints of Laser #C8A15C

Color information

#C8A15C (or 0xC8A15C) is unknown color: approx Laser. HEX triplet: C8, A1 and 5C. RGB value is (200,161,92). Sum of RGB (Red+Green+Blue) = 200+161+92=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A15C is #375EA3. Grayscale: #A5A5A5. Windows color (decimal): -3628708 or 6070728. OLE color: 6070728.

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

Color convert

RGB20016192-
CMYK00.190.540.22
HSL38.33º49.54%57.25%-
HSV(B)38.33º54%78.43%-
XYZ38.538.5415.54-
YUV164.886.92153.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=44.15%
G=35.54%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001619200.190.540.2238.3349.5457.25
HexC8A15C0133616263239
Octal3102411340236626466271
Binary1100100010100001101110001001111011010110100110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A15C; }

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

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

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

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

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

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

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

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