Html Css Color HEX #C7A05E Laser

📋 copy color: '#C7A05E'

red 199 ◦ green 160 ◦ blue 94

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

Shades of Laser #C7A05E

Tints of Laser #C7A05E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.32%

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

R = 43.93%
G = 35.32%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7A05E (or 0xC7A05E) is known color: Laser. HEX triplet: C7, A0 and 5E. RGB value is (199,160,94). Sum of RGB (Red+Green+Blue) = 199+160+94=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A05E is #385FA1. Grayscale: #A4A4A4. Windows color (decimal): -3694498 or 6201543. OLE color: 6201543.

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

Color convert

RGB 199 160 94 -
CMYK 0 0.20 0.53 0.22
HSL 37.71º 0.48% 0.57% -
HSV(B) 37.71º 0.53% 0.78% -
XYZ 38.14 38.09 15.93 -
YUV 164.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 199 160 94 0 0.20 0.53 0.22 37.71 0.48 0.57
Hex C7 A0 5E 0 14 35 16 26 30 39
Octal 307 240 136 0 24 65 26 46 60 71
Binary 11000111 10100000 1011110 0 10100 110101 10110 100110 110000 111001

Color Harmonies of #C7A05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A05E

Black with #C7A05E

Text Example


Text Example

White with #C7A05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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