Html Css Color HEX #C5A661 Laser

📋 copy color: '#C5A661'

red 197 ◦ green 166 ◦ blue 97

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

Shades of Laser #C5A661

Tints of Laser #C5A661

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.09%

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

R = 42.83%
G = 36.09%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C5A661 (or 0xC5A661) is known color: Laser. HEX triplet: C5, A6 and 61. RGB value is (197,166,97). Sum of RGB (Red+Green+Blue) = 197+166+97=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A661 is #3A599E. Grayscale: #A7A7A7. Windows color (decimal): -3824031 or 6399685. OLE color: 6399685.

HSL color Cylindrical-coordinate representation of color #C5A661: hue angle of 41.4º 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 #C5A661 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 166 97 -
CMYK 0 0.16 0.51 0.23
HSL 41.4º 0.46% 0.58% -
HSV(B) 41.4º 0.51% 0.77% -
XYZ 38.82 40.01 16.99 -
YUV 167.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 197 166 97 0 0.16 0.51 0.23 41.4 0.46 0.58
Hex C5 A6 61 0 10 33 17 29 2E 3A
Octal 305 246 141 0 20 63 27 51 56 72
Binary 11000101 10100110 1100001 0 10000 110011 10111 101001 101110 111010

Color Harmonies of #C5A661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A661

Black with #C5A661

Text Example


Text Example

White with #C5A661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A661; }

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

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

background-color css

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

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

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

border-color css

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

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

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