Html Css Color HEX #C7AA5D Laser

📋 copy color: '#C7AA5D'

red 199 ◦ green 170 ◦ blue 93

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

Shades of Laser #C7AA5D

Tints of Laser #C7AA5D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.8%

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

R = 43.07%
G = 36.8%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7AA5D (or 0xC7AA5D) is known color: Laser. HEX triplet: C7, AA and 5D. RGB value is (199,170,93). Sum of RGB (Red+Green+Blue) = 199+170+93=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA5D is #3855A2. Grayscale: #AAAAAA. Windows color (decimal): -3691939 or 6138567. OLE color: 6138567.

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

Color convert

RGB 199 170 93 -
CMYK 0 0.15 0.53 0.22
HSL 43.58º 0.49% 0.57% -
HSV(B) 43.58º 0.53% 0.78% -
XYZ 39.9 41.68 16.3 -
YUV 169.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 199 170 93 0 0.15 0.53 0.22 43.58 0.49 0.57
Hex C7 AA 5D 0 F 35 16 2C 31 39
Octal 307 252 135 0 17 65 26 54 61 71
Binary 11000111 10101010 1011101 0 1111 110101 10110 101100 110001 111001

Color Harmonies of #C7AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA5D

Black with #C7AA5D

Text Example


Text Example

White with #C7AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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