Html Css Color HEX #C7AE64 Laser

📋 copy color: '#C7AE64'

red 199 ◦ green 174 ◦ blue 100

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

Shades of Laser #C7AE64

Tints of Laser #C7AE64

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.79%

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

R = 42.07%
G = 36.79%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7AE64 (or 0xC7AE64) is known color: Laser. HEX triplet: C7, AE and 64. RGB value is (199,174,100). Sum of RGB (Red+Green+Blue) = 199+174+100=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AE64 is #38519B. Grayscale: #ADADAD. Windows color (decimal): -3690908 or 6598343. OLE color: 6598343.

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

Color convert

RGB 199 174 100 -
CMYK 0 0.13 0.50 0.22
HSL 44.85º 0.47% 0.59% -
HSV(B) 44.85º 0.5% 0.78% -
XYZ 40.99 43.33 18.26 -
YUV 173.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 199 174 100 0 0.13 0.50 0.22 44.85 0.47 0.59
Hex C7 AE 64 0 D 32 16 2D 2F 3B
Octal 307 256 144 0 15 62 26 55 57 73
Binary 11000111 10101110 1100100 0 1101 110010 10110 101101 101111 111011

Color Harmonies of #C7AE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AE64

Black with #C7AE64

Text Example


Text Example

White with #C7AE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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