#C8AD64

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

Shades of Laser #C8AD64

Tints of Laser #C8AD64

Color information

#C8AD64 (or 0xC8AD64) is unknown color: approx Laser. HEX triplet: C8, AD and 64. RGB value is (200,173,100). Sum of RGB (Red+Green+Blue) = 200+173+100=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD64 is #37529B. Grayscale: #ADADAD. Windows color (decimal): -3625628 or 6598088. OLE color: 6598088.

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

Color convert

RGB200173100-
CMYK00.140.50.22
HSL43.8º47.62%58.82%-
HSV(B)43.8º50%78.43%-
XYZ41.0643.0918.21-
YUV172.7586.95147.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 100 (39.45% from 255) = 21.14%
R=42.28%
G=36.58%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017310000.140.50.2243.847.6258.82
HexC8AD640E32162c303b
Octal3102551440166226546073
Binary110010001010110111001000111011001010110101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AD64; }

 p { color: rgb(200,173,100); }

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

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

 a { background-color: rgb(200,173,100); }

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

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

 span { border-color: rgb(200,173,100); }

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