#C8A465

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

Shades of Laser #C8A465

Tints of Laser #C8A465

Color information

#C8A465 (or 0xC8A465) is unknown color: approx Laser. HEX triplet: C8, A4 and 65. RGB value is (200,164,101). Sum of RGB (Red+Green+Blue) = 200+164+101=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A465 is #375B9A. Grayscale: #A7A7A7. Windows color (decimal): -3627931 or 6661320. OLE color: 6661320.

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

Color convert

RGB200164101-
CMYK00.180.490.22
HSL38.18º47.37%59.02%-
HSV(B)38.18º49.5%78.43%-
XYZ39.4439.7717.91-
YUV167.5890.43151.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=43.01%
G=35.27%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016410100.180.490.2238.1847.3759.02
HexC8A4650123116262f3b
Octal3102441450226126465773
Binary1100100010100100110010101001011000110110100110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A465; }

 p { color: rgb(200,164,101); }

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

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

 a { background-color: rgb(200,164,101); }

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

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

 span { border-color: rgb(200,164,101); }

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