Html Css Color HEX #C5AD57 Laser

📋 copy color: '#C5AD57'

red 197 ◦ green 173 ◦ blue 87

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

Shades of Laser #C5AD57

Tints of Laser #C5AD57

RGB

 RED value IS 197 (77.34% from 255) = 43.11%

 GREEN value IS 173 (67.97% from 255) = 37.86%

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

R = 43.11%
G = 37.86%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C5AD57 (or 0xC5AD57) is known color: Laser. HEX triplet: C5, AD and 57. RGB value is (197,173,87). Sum of RGB (Red+Green+Blue) = 197+173+87=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD57 is #3A52A8. Grayscale: #AAAAAA. Windows color (decimal): -3822249 or 5746117. OLE color: 5746117.

HSL color Cylindrical-coordinate representation of color #C5AD57: hue angle of 46.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5AD57 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 173 87 -
CMYK 0 0.12 0.56 0.23
HSL 46.91º 0.49% 0.56% -
HSV(B) 46.91º 0.56% 0.77% -
XYZ 39.69 42.45 15.12 -
YUV 170.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 197 173 87 0 0.12 0.56 0.23 46.91 0.49 0.56
Hex C5 AD 57 0 C 38 17 2F 31 38
Octal 305 255 127 0 14 70 27 57 61 70
Binary 11000101 10101101 1010111 0 1100 111000 10111 101111 110001 111000

Color Harmonies of #C5AD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD57

Black with #C5AD57

Text Example


Text Example

White with #C5AD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD57; }

 p { color: rgb(197,173,87); }

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

background-color css

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

 a { background-color: rgb(197,173,87); }

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

border-color css

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

 span { border-color: rgb(197,173,87); }

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