Html Css Color HEX #C7AC5B Laser

📋 copy color: '#C7AC5B'

red 199 ◦ green 172 ◦ blue 91

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

Shades of Laser #C7AC5B

Tints of Laser #C7AC5B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.23%

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

R = 43.07%
G = 37.23%
B = 19.7%

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

#C7AC5B (or 0xC7AC5B) is known color: Laser. HEX triplet: C7, AC and 5B. RGB value is (199,172,91). Sum of RGB (Red+Green+Blue) = 199+172+91=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC5B is #3853A4. Grayscale: #ABABAB. Windows color (decimal): -3691429 or 6008007. OLE color: 6008007.

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

Color convert

RGB 199 172 91 -
CMYK 0 0.14 0.54 0.22
HSL 45º 0.49% 0.57% -
HSV(B) 45º 0.54% 0.78% -
XYZ 40.19 42.4 15.96 -
YUV 170.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 199 172 91 0 0.14 0.54 0.22 45 0.49 0.57
Hex C7 AC 5B 0 E 36 16 2D 31 39
Octal 307 254 133 0 16 66 26 55 61 71
Binary 11000111 10101100 1011011 0 1110 110110 10110 101101 110001 111001

Color Harmonies of #C7AC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC5B

Black with #C7AC5B

Text Example


Text Example

White with #C7AC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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