Html Css Color HEX #C7A662 Laser

📋 copy color: '#C7A662'

red 199 ◦ green 166 ◦ blue 98

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

Shades of Laser #C7A662

Tints of Laser #C7A662

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.85%

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

R = 42.98%
G = 35.85%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C7A662 (or 0xC7A662) is known color: Laser. HEX triplet: C7, A6 and 62. RGB value is (199,166,98). Sum of RGB (Red+Green+Blue) = 199+166+98=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A662 is #38599D. Grayscale: #A8A8A8. Windows color (decimal): -3692958 or 6465223. OLE color: 6465223.

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

Color convert

RGB 199 166 98 -
CMYK 0 0.17 0.51 0.22
HSL 40.4º 0.47% 0.58% -
HSV(B) 40.4º 0.51% 0.78% -
XYZ 39.39 40.3 17.26 -
YUV 168.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 199 166 98 0 0.17 0.51 0.22 40.4 0.47 0.58
Hex C7 A6 62 0 11 33 16 28 2F 3A
Octal 307 246 142 0 21 63 26 50 57 72
Binary 11000111 10100110 1100010 0 10001 110011 10110 101000 101111 111010

Color Harmonies of #C7A662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A662

Black with #C7A662

Text Example


Text Example

White with #C7A662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A662; }

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

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

background-color css

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

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

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

border-color css

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

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

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