Html Css Color HEX #C7A664 Laser

📋 copy color: '#C7A664'

red 199 ◦ green 166 ◦ blue 100

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

Shades of Laser #C7A664

Tints of Laser #C7A664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 42.8%
G = 35.7%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7A664 (or 0xC7A664) is known color: Laser. HEX triplet: C7, A6 and 64. RGB value is (199,166,100). Sum of RGB (Red+Green+Blue) = 199+166+100=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A664 is #38599B. Grayscale: #A8A8A8. Windows color (decimal): -3692956 or 6596295. OLE color: 6596295.

HSL color Cylindrical-coordinate representation of color #C7A664: hue angle of 40º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7A664 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 166 100 -
CMYK 0 0.17 0.50 0.22
HSL 40º 0.47% 0.59% -
HSV(B) 40º 0.5% 0.78% -
XYZ 39.49 40.33 17.76 -
YUV 168.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 199 166 100 0 0.17 0.50 0.22 40 0.47 0.59
Hex C7 A6 64 0 11 32 16 28 2F 3B
Octal 307 246 144 0 21 62 26 50 57 73
Binary 11000111 10100110 1100100 0 10001 110010 10110 101000 101111 111011

Color Harmonies of #C7A664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A664

Black with #C7A664

Text Example


Text Example

White with #C7A664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A664; }

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

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

background-color css

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

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

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

border-color css

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

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

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