Html Css Color HEX #C7A860 Laser

📋 copy color: '#C7A860'

red 199 ◦ green 168 ◦ blue 96

#C7A860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #C7A860

Tints of Laser #C7A860

RGB

 RED value IS 199 (78.13% from 255) = 42.98%

 GREEN value IS 168 (66.02% from 255) = 36.29%

 BLUE value IS 96 (37.89% from 255) = 20.73%

R = 42.98%
G = 36.29%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7A860 (or 0xC7A860) is known color: Laser. HEX triplet: C7, A8 and 60. RGB value is (199,168,96). Sum of RGB (Red+Green+Blue) = 199+168+96=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A860 is #38579F. Grayscale: #A9A9A9. Windows color (decimal): -3692448 or 6334663. OLE color: 6334663.

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

Color convert

RGB 199 168 96 -
CMYK 0 0.16 0.52 0.22
HSL 41.94º 0.48% 0.58% -
HSV(B) 41.94º 0.52% 0.78% -
XYZ 39.67 40.99 16.89 -
YUV 169.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 199 168 96 0 0.16 0.52 0.22 41.94 0.48 0.58
Hex C7 A8 60 0 10 34 16 2A 30 3A
Octal 307 250 140 0 20 64 26 52 60 72
Binary 11000111 10101000 1100000 0 10000 110100 10110 101010 110000 111010

Color Harmonies of #C7A860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A860

Black with #C7A860

Text Example


Text Example

White with #C7A860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A860; }

 p { color: rgb(199,168,96); }

 H1.HeaderClassName
 {
   color: #C7A860;
 }
 .AnyTagClassName
 {
   color: #C7A860;
 }
</style>

background-color css

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

 a { background-color: rgb(199,168,96); }

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

border-color css

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

 span { border-color: rgb(199,168,96); }

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