Html Css Color HEX #C7A157 Laser

📋 copy color: '#C7A157'

red 199 ◦ green 161 ◦ blue 87

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

Shades of Laser #C7A157

Tints of Laser #C7A157

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

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

R = 44.52%
G = 36.02%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C7A157 (or 0xC7A157) is known color: Laser. HEX triplet: C7, A1 and 57. RGB value is (199,161,87). Sum of RGB (Red+Green+Blue) = 199+161+87=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A157 is #385EA8. Grayscale: #A4A4A4. Windows color (decimal): -3694249 or 5743047. OLE color: 5743047.

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

Color convert

RGB 199 161 87 -
CMYK 0 0.19 0.56 0.22
HSL 39.64º 0.5% 0.56% -
HSV(B) 39.64º 0.56% 0.78% -
XYZ 38.02 38.32 14.41 -
YUV 163.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 199 161 87 0 0.19 0.56 0.22 39.64 0.5 0.56
Hex C7 A1 57 0 13 38 16 28 32 38
Octal 307 241 127 0 23 70 26 50 62 70
Binary 11000111 10100001 1010111 0 10011 111000 10110 101000 110010 111000

Color Harmonies of #C7A157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A157

Black with #C7A157

Text Example


Text Example

White with #C7A157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A157; }

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

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

background-color css

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

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

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

border-color css

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

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

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