Html Css Color HEX #C7AB5E Laser

📋 copy color: '#C7AB5E'

red 199 ◦ green 171 ◦ blue 94

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

Shades of Laser #C7AB5E

Tints of Laser #C7AB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

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

R = 42.89%
G = 36.85%
B = 20.26%

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

#C7AB5E (or 0xC7AB5E) is known color: Laser. HEX triplet: C7, AB and 5E. RGB value is (199,171,94). Sum of RGB (Red+Green+Blue) = 199+171+94=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB5E is #3854A1. Grayscale: #AAAAAA. Windows color (decimal): -3691682 or 6204359. OLE color: 6204359.

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

Color convert

RGB 199 171 94 -
CMYK 0 0.14 0.53 0.22
HSL 44º 0.48% 0.57% -
HSV(B) 44º 0.53% 0.78% -
XYZ 40.14 42.08 16.6 -
YUV 170.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 199 171 94 0 0.14 0.53 0.22 44 0.48 0.57
Hex C7 AB 5E 0 E 35 16 2C 30 39
Octal 307 253 136 0 16 65 26 54 60 71
Binary 11000111 10101011 1011110 0 1110 110101 10110 101100 110000 111001

Color Harmonies of #C7AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB5E

Black with #C7AB5E

Text Example


Text Example

White with #C7AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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