Html Css Color HEX #C7A45D Laser

📋 copy color: '#C7A45D'

red 199 ◦ green 164 ◦ blue 93

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

Shades of Laser #C7A45D

Tints of Laser #C7A45D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.96%

 BLUE value IS 93 (36.72% from 255) = 20.39%

R = 43.64%
G = 35.96%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7A45D (or 0xC7A45D) is known color: Laser. HEX triplet: C7, A4 and 5D. RGB value is (199,164,93). Sum of RGB (Red+Green+Blue) = 199+164+93=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A45D is #385BA2. Grayscale: #A6A6A6. Windows color (decimal): -3693475 or 6137031. OLE color: 6137031.

HSL color Cylindrical-coordinate representation of color #C7A45D: hue angle of 40.19º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7A45D is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 164 93 -
CMYK 0 0.18 0.53 0.22
HSL 40.19º 0.49% 0.57% -
HSV(B) 40.19º 0.53% 0.78% -
XYZ 38.8 39.48 15.93 -
YUV 166.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 199 164 93 0 0.18 0.53 0.22 40.19 0.49 0.57
Hex C7 A4 5D 0 12 35 16 28 31 39
Octal 307 244 135 0 22 65 26 50 61 71
Binary 11000111 10100100 1011101 0 10010 110101 10110 101000 110001 111001

Color Harmonies of #C7A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A45D

Black with #C7A45D

Text Example


Text Example

White with #C7A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A45D; }

 p { color: rgb(199,164,93); }

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

background-color css

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

 a { background-color: rgb(199,164,93); }

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

border-color css

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

 span { border-color: rgb(199,164,93); }

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