Html Css Color HEX #C7A060 Laser

📋 copy color: '#C7A060'

red 199 ◦ green 160 ◦ blue 96

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

Shades of Laser #C7A060

Tints of Laser #C7A060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.16%

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

R = 43.74%
G = 35.16%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7A060 (or 0xC7A060) is known color: Laser. HEX triplet: C7, A0 and 60. RGB value is (199,160,96). Sum of RGB (Red+Green+Blue) = 199+160+96=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A060 is #385F9F. Grayscale: #A4A4A4. Windows color (decimal): -3694496 or 6332615. OLE color: 6332615.

HSL color Cylindrical-coordinate representation of color #C7A060: hue angle of 37.28º 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 #C7A060 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 160 96 -
CMYK 0 0.20 0.52 0.22
HSL 37.28º 0.48% 0.58% -
HSV(B) 37.28º 0.52% 0.78% -
XYZ 38.24 38.13 16.41 -
YUV 164.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 199 160 96 0 0.20 0.52 0.22 37.28 0.48 0.58
Hex C7 A0 60 0 14 34 16 25 30 3A
Octal 307 240 140 0 24 64 26 45 60 72
Binary 11000111 10100000 1100000 0 10100 110100 10110 100101 110000 111010

Color Harmonies of #C7A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A060

Black with #C7A060

Text Example


Text Example

White with #C7A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A060; }

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

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

background-color css

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

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

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

border-color css

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

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

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