Html Css Color HEX #C7A864 Laser

📋 copy color: '#C7A864'

red 199 ◦ green 168 ◦ blue 100

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

Shades of Laser #C7A864

Tints of Laser #C7A864

RGB

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

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

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

R = 42.61%
G = 35.97%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7A864 (or 0xC7A864) is known color: Laser. HEX triplet: C7, A8 and 64. RGB value is (199,168,100). Sum of RGB (Red+Green+Blue) = 199+168+100=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A864 is #38579B. Grayscale: #A9A9A9. Windows color (decimal): -3692444 or 6596807. OLE color: 6596807.

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

Color convert

RGB 199 168 100 -
CMYK 0 0.16 0.50 0.22
HSL 41.21º 0.47% 0.59% -
HSV(B) 41.21º 0.5% 0.78% -
XYZ 39.86 41.07 17.88 -
YUV 169.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 199 168 100 0 0.16 0.50 0.22 41.21 0.47 0.59
Hex C7 A8 64 0 10 32 16 29 2F 3B
Octal 307 250 144 0 20 62 26 51 57 73
Binary 11000111 10101000 1100100 0 10000 110010 10110 101001 101111 111011

Color Harmonies of #C7A864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A864

Black with #C7A864

Text Example


Text Example

White with #C7A864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A864; }

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

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

background-color css

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

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

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

border-color css

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

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

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