Html Css Color HEX #C5AC61 Laser

📋 copy color: '#C5AC61'

red 197 ◦ green 172 ◦ blue 97

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

Shades of Laser #C5AC61

Tints of Laser #C5AC61

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.91%

 BLUE value IS 97 (38.28% from 255) = 20.82%

R = 42.27%
G = 36.91%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C5AC61 (or 0xC5AC61) is known color: Laser. HEX triplet: C5, AC and 61. RGB value is (197,172,97). Sum of RGB (Red+Green+Blue) = 197+172+97=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AC61 is #3A539E. Grayscale: #ABABAB. Windows color (decimal): -3822495 or 6401221. OLE color: 6401221.

HSL color Cylindrical-coordinate representation of color #C5AC61: hue angle of 45º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5AC61 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 97 -
CMYK 0 0.13 0.51 0.23
HSL 45º 0.46% 0.58% -
HSV(B) 45º 0.51% 0.77% -
XYZ 39.94 42.24 17.36 -
YUV 170.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 197 172 97 0 0.13 0.51 0.23 45 0.46 0.58
Hex C5 AC 61 0 D 33 17 2D 2E 3A
Octal 305 254 141 0 15 63 27 55 56 72
Binary 11000101 10101100 1100001 0 1101 110011 10111 101101 101110 111010

Color Harmonies of #C5AC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AC61

Black with #C5AC61

Text Example


Text Example

White with #C5AC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AC61; }

 p { color: rgb(197,172,97); }

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

background-color css

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

 a { background-color: rgb(197,172,97); }

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

border-color css

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

 span { border-color: rgb(197,172,97); }

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