#C8AF5D

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

Shades of Laser #C8AF5D

Tints of Laser #C8AF5D

Color information

#C8AF5D (or 0xC8AF5D) is unknown color: approx Laser. HEX triplet: C8, AF and 5D. RGB value is (200,175,93). Sum of RGB (Red+Green+Blue) = 200+175+93=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF5D is #3750A2. Grayscale: #ADADAD. Windows color (decimal): -3625123 or 6139848. OLE color: 6139848.

HSL color Cylindrical-coordinate representation of color #C8AF5D: hue angle of 45.98º degrees, saturation: 0.49, 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 #C8AF5D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20017593-
CMYK00.120.540.22
HSL45.98º49.31%57.45%-
HSV(B)45.98º53.5%78.43%-
XYZ41.1343.7316.63-
YUV173.1382.78147.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=42.74%
G=37.39%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001759300.120.540.2245.9849.3157.45
HexC8AF5D0C36162e3139
Octal3102571350146626566171
Binary110010001010111110111010110011011010110101110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF5D; }

 p { color: rgb(200,175,93); }

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

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

 a { background-color: rgb(200,175,93); }

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

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

 span { border-color: rgb(200,175,93); }

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