Html Css Color HEX #C7AB5B Laser

📋 copy color: '#C7AB5B'

red 199 ◦ green 171 ◦ blue 91

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

Shades of Laser #C7AB5B

Tints of Laser #C7AB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.74%

R = 43.17%
G = 37.09%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7AB5B (or 0xC7AB5B) is known color: Laser. HEX triplet: C7, AB and 5B. RGB value is (199,171,91). Sum of RGB (Red+Green+Blue) = 199+171+91=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB5B is #3854A4. Grayscale: #AAAAAA. Windows color (decimal): -3691685 or 6007751. OLE color: 6007751.

HSL color Cylindrical-coordinate representation of color #C7AB5B: hue angle of 44.44º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7AB5B is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 171 91 -
CMYK 0 0.14 0.54 0.22
HSL 44.44º 0.49% 0.57% -
HSV(B) 44.44º 0.54% 0.78% -
XYZ 40 42.02 15.9 -
YUV 170.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 199 171 91 0 0.14 0.54 0.22 44.44 0.49 0.57
Hex C7 AB 5B 0 E 36 16 2C 31 39
Octal 307 253 133 0 16 66 26 54 61 71
Binary 11000111 10101011 1011011 0 1110 110110 10110 101100 110001 111001

Color Harmonies of #C7AB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB5B

Black with #C7AB5B

Text Example


Text Example

White with #C7AB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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