#C8A568

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

Shades of Laser #C8A568

Tints of Laser #C8A568

Color information

#C8A568 (or 0xC8A568) is unknown color: approx Laser. HEX triplet: C8, A5 and 68. RGB value is (200,165,104). Sum of RGB (Red+Green+Blue) = 200+165+104=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A568 is #375A97. Grayscale: #A8A8A8. Windows color (decimal): -3627672 or 6858184. OLE color: 6858184.

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

Color convert

RGB200165104-
CMYK00.180.480.22
HSL38.13º46.6%59.61%-
HSV(B)38.13º48%78.43%-
XYZ39.7740.1918.76-
YUV168.5191.6150.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=42.64%
G=35.18%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016510400.180.480.2238.1346.659.61
HexC8A5680123016262f3c
Octal3102451500226026465774
Binary1100100010100101110100001001011000010110100110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A568; }

 p { color: rgb(200,165,104); }

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

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

 a { background-color: rgb(200,165,104); }

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

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

 span { border-color: rgb(200,165,104); }

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