Html Css Color HEX #C7A764 Laser

📋 copy color: '#C7A764'

red 199 ◦ green 167 ◦ blue 100

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

Shades of Laser #C7A764

Tints of Laser #C7A764

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.84%

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

R = 42.7%
G = 35.84%
B = 21.46%

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

#C7A764 (or 0xC7A764) is known color: Laser. HEX triplet: C7, A7 and 64. RGB value is (199,167,100). Sum of RGB (Red+Green+Blue) = 199+167+100=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A764 is #38589B. Grayscale: #A9A9A9. Windows color (decimal): -3692700 or 6596551. OLE color: 6596551.

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

Color convert

RGB 199 167 100 -
CMYK 0 0.16 0.50 0.22
HSL 40.61º 0.47% 0.59% -
HSV(B) 40.61º 0.5% 0.78% -
XYZ 39.67 40.7 17.82 -
YUV 168.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 199 167 100 0 0.16 0.50 0.22 40.61 0.47 0.59
Hex C7 A7 64 0 10 32 16 29 2F 3B
Octal 307 247 144 0 20 62 26 51 57 73
Binary 11000111 10100111 1100100 0 10000 110010 10110 101001 101111 111011

Color Harmonies of #C7A764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A764

Black with #C7A764

Text Example


Text Example

White with #C7A764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A764; }

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

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

background-color css

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

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

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

border-color css

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

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

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