Html Css Color HEX #C7AC5E Laser

📋 copy color: '#C7AC5E'

red 199 ◦ green 172 ◦ blue 94

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

Shades of Laser #C7AC5E

Tints of Laser #C7AC5E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

 BLUE value IS 94 (37.11% from 255) = 20.22%

R = 42.8%
G = 36.99%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7AC5E (or 0xC7AC5E) is known color: Laser. HEX triplet: C7, AC and 5E. RGB value is (199,172,94). Sum of RGB (Red+Green+Blue) = 199+172+94=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC5E is #3853A1. Grayscale: #ABABAB. Windows color (decimal): -3691426 or 6204615. OLE color: 6204615.

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

Color convert

RGB 199 172 94 -
CMYK 0 0.14 0.53 0.22
HSL 44.57º 0.48% 0.57% -
HSV(B) 44.57º 0.53% 0.78% -
XYZ 40.33 42.46 16.66 -
YUV 171.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 199 172 94 0 0.14 0.53 0.22 44.57 0.48 0.57
Hex C7 AC 5E 0 E 35 16 2D 30 39
Octal 307 254 136 0 16 65 26 55 60 71
Binary 11000111 10101100 1011110 0 1110 110101 10110 101101 110000 111001

Color Harmonies of #C7AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC5E

Black with #C7AC5E

Text Example


Text Example

White with #C7AC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC5E; }

 p { color: rgb(199,172,94); }

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

background-color css

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

 a { background-color: rgb(199,172,94); }

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

border-color css

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

 span { border-color: rgb(199,172,94); }

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