Html Css Color HEX #C7A861 Laser

📋 copy color: '#C7A861'

red 199 ◦ green 168 ◦ blue 97

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

Shades of Laser #C7A861

Tints of Laser #C7A861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.91%

R = 42.89%
G = 36.21%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C7A861 (or 0xC7A861) is known color: Laser. HEX triplet: C7, A8 and 61. RGB value is (199,168,97). Sum of RGB (Red+Green+Blue) = 199+168+97=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A861 is #38579E. Grayscale: #A9A9A9. Windows color (decimal): -3692447 or 6400199. OLE color: 6400199.

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

Color convert

RGB 199 168 97 -
CMYK 0 0.16 0.51 0.22
HSL 41.76º 0.48% 0.58% -
HSV(B) 41.76º 0.51% 0.78% -
XYZ 39.71 41.01 17.13 -
YUV 169.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 199 168 97 0 0.16 0.51 0.22 41.76 0.48 0.58
Hex C7 A8 61 0 10 33 16 2A 30 3A
Octal 307 250 141 0 20 63 26 52 60 72
Binary 11000111 10101000 1100001 0 10000 110011 10110 101010 110000 111010

Color Harmonies of #C7A861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A861

Black with #C7A861

Text Example


Text Example

White with #C7A861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A861; }

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

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

background-color css

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

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

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

border-color css

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

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

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