Html Css Color HEX #C7A15E Laser

📋 copy color: '#C7A15E'

red 199 ◦ green 161 ◦ blue 94

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

Shades of Laser #C7A15E

Tints of Laser #C7A15E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.46%

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

R = 43.83%
G = 35.46%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7A15E (or 0xC7A15E) is known color: Laser. HEX triplet: C7, A1 and 5E. RGB value is (199,161,94). Sum of RGB (Red+Green+Blue) = 199+161+94=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A15E is #385EA1. Grayscale: #A5A5A5. Windows color (decimal): -3694242 or 6201799. OLE color: 6201799.

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

Color convert

RGB 199 161 94 -
CMYK 0 0.19 0.53 0.22
HSL 38.29º 0.48% 0.57% -
HSV(B) 38.29º 0.53% 0.78% -
XYZ 38.32 38.44 15.99 -
YUV 164.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 199 161 94 0 0.19 0.53 0.22 38.29 0.48 0.57
Hex C7 A1 5E 0 13 35 16 26 30 39
Octal 307 241 136 0 23 65 26 46 60 71
Binary 11000111 10100001 1011110 0 10011 110101 10110 100110 110000 111001

Color Harmonies of #C7A15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A15E

Black with #C7A15E

Text Example


Text Example

White with #C7A15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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