Html Css Color HEX #C7A862 Laser

📋 copy color: '#C7A862'

red 199 ◦ green 168 ◦ blue 98

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

Shades of Laser #C7A862

Tints of Laser #C7A862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.08%

R = 42.8%
G = 36.13%
B = 21.08%

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

#C7A862 (or 0xC7A862) is known color: Laser. HEX triplet: C7, A8 and 62. RGB value is (199,168,98). Sum of RGB (Red+Green+Blue) = 199+168+98=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A862 is #38579D. Grayscale: #A9A9A9. Windows color (decimal): -3692446 or 6465735. OLE color: 6465735.

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

Color convert

RGB 199 168 98 -
CMYK 0 0.16 0.51 0.22
HSL 41.58º 0.47% 0.58% -
HSV(B) 41.58º 0.51% 0.78% -
XYZ 39.76 41.03 17.38 -
YUV 169.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 199 168 98 0 0.16 0.51 0.22 41.58 0.47 0.58
Hex C7 A8 62 0 10 33 16 2A 2F 3A
Octal 307 250 142 0 20 63 26 52 57 72
Binary 11000111 10101000 1100010 0 10000 110011 10110 101010 101111 111010

Color Harmonies of #C7A862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A862

Black with #C7A862

Text Example


Text Example

White with #C7A862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A862; }

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

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

background-color css

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

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

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

border-color css

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

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

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