Html Css Color HEX #C7A959 Laser

📋 copy color: '#C7A959'

red 199 ◦ green 169 ◦ blue 89

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

Shades of Laser #C7A959

Tints of Laser #C7A959

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.98%

 BLUE value IS 89 (35.16% from 255) = 19.47%

R = 43.54%
G = 36.98%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7A959 (or 0xC7A959) is known color: Laser. HEX triplet: C7, A9 and 59. RGB value is (199,169,89). Sum of RGB (Red+Green+Blue) = 199+169+89=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A959 is #3856A6. Grayscale: #A9A9A9. Windows color (decimal): -3692199 or 5876167. OLE color: 5876167.

HSL color Cylindrical-coordinate representation of color #C7A959: hue angle of 43.64º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7A959 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 169 89 -
CMYK 0 0.15 0.55 0.22
HSL 43.64º 0.5% 0.56% -
HSV(B) 43.64º 0.55% 0.78% -
XYZ 39.54 41.24 15.33 -
YUV 168.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 199 169 89 0 0.15 0.55 0.22 43.64 0.5 0.56
Hex C7 A9 59 0 F 37 16 2C 32 38
Octal 307 251 131 0 17 67 26 54 62 70
Binary 11000111 10101001 1011001 0 1111 110111 10110 101100 110010 111000

Color Harmonies of #C7A959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A959

Black with #C7A959

Text Example


Text Example

White with #C7A959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A959; }

 p { color: rgb(199,169,89); }

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

background-color css

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

 a { background-color: rgb(199,169,89); }

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

border-color css

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

 span { border-color: rgb(199,169,89); }

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