Html Css Color HEX #C7AF5B Laser

📋 copy color: '#C7AF5B'

red 199 ◦ green 175 ◦ blue 91

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

Shades of Laser #C7AF5B

Tints of Laser #C7AF5B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

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

R = 42.8%
G = 37.63%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7AF5B (or 0xC7AF5B) is known color: Laser. HEX triplet: C7, AF and 5B. RGB value is (199,175,91). Sum of RGB (Red+Green+Blue) = 199+175+91=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF5B is #3850A4. Grayscale: #ACACAC. Windows color (decimal): -3690661 or 6008775. OLE color: 6008775.

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

Color convert

RGB 199 175 91 -
CMYK 0 0.12 0.54 0.22
HSL 46.67º 0.49% 0.57% -
HSV(B) 46.67º 0.54% 0.78% -
XYZ 40.77 43.56 16.16 -
YUV 172.6 81.95 146.83 -
System Red Green Blue C M Y K H S L
Decimal 199 175 91 0 0.12 0.54 0.22 46.67 0.49 0.57
Hex C7 AF 5B 0 C 36 16 2F 31 39
Octal 307 257 133 0 14 66 26 57 61 71
Binary 11000111 10101111 1011011 0 1100 110110 10110 101111 110001 111001

Color Harmonies of #C7AF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF5B

Black with #C7AF5B

Text Example


Text Example

White with #C7AF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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