Html Css Color HEX #C7AA5B Laser

📋 copy color: '#C7AA5B'

red 199 ◦ green 170 ◦ blue 91

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

Shades of Laser #C7AA5B

Tints of Laser #C7AA5B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.96%

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

R = 43.26%
G = 36.96%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7AA5B (or 0xC7AA5B) is known color: Laser. HEX triplet: C7, AA and 5B. RGB value is (199,170,91). Sum of RGB (Red+Green+Blue) = 199+170+91=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA5B is #3855A4. Grayscale: #AAAAAA. Windows color (decimal): -3691941 or 6007495. OLE color: 6007495.

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

Color convert

RGB 199 170 91 -
CMYK 0 0.15 0.54 0.22
HSL 43.89º 0.49% 0.57% -
HSV(B) 43.89º 0.54% 0.78% -
XYZ 39.82 41.65 15.84 -
YUV 169.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 199 170 91 0 0.15 0.54 0.22 43.89 0.49 0.57
Hex C7 AA 5B 0 F 36 16 2C 31 39
Octal 307 252 133 0 17 66 26 54 61 71
Binary 11000111 10101010 1011011 0 1111 110110 10110 101100 110001 111001

Color Harmonies of #C7AA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA5B

Black with #C7AA5B

Text Example


Text Example

White with #C7AA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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