Html Css Color HEX #C7A957 Laser

📋 copy color: '#C7A957'

red 199 ◦ green 169 ◦ blue 87

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

Shades of Laser #C7A957

Tints of Laser #C7A957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.12%

R = 43.74%
G = 37.14%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C7A957 (or 0xC7A957) is known color: Laser. HEX triplet: C7, A9 and 57. RGB value is (199,169,87). Sum of RGB (Red+Green+Blue) = 199+169+87=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A957 is #3856A8. Grayscale: #A8A8A8. Windows color (decimal): -3692201 or 5745095. OLE color: 5745095.

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

Color convert

RGB 199 169 87 -
CMYK 0 0.15 0.56 0.22
HSL 43.93º 0.5% 0.56% -
HSV(B) 43.93º 0.56% 0.78% -
XYZ 39.46 41.21 14.89 -
YUV 168.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 199 169 87 0 0.15 0.56 0.22 43.93 0.5 0.56
Hex C7 A9 57 0 F 38 16 2C 32 38
Octal 307 251 127 0 17 70 26 54 62 70
Binary 11000111 10101001 1010111 0 1111 111000 10110 101100 110010 111000

Color Harmonies of #C7A957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A957

Black with #C7A957

Text Example


Text Example

White with #C7A957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A957; }

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

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

background-color css

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

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

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

border-color css

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

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

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