Html Css Color HEX #C5A05E Laser

📋 copy color: '#C5A05E'

red 197 ◦ green 160 ◦ blue 94

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

Shades of Laser #C5A05E

Tints of Laser #C5A05E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.48%

 BLUE value IS 94 (37.11% from 255) = 20.84%

R = 43.68%
G = 35.48%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5A05E (or 0xC5A05E) is known color: Laser. HEX triplet: C5, A0 and 5E. RGB value is (197,160,94). Sum of RGB (Red+Green+Blue) = 197+160+94=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A05E is #3A5FA1. Grayscale: #A3A3A3. Windows color (decimal): -3825570 or 6201541. OLE color: 6201541.

HSL color Cylindrical-coordinate representation of color #C5A05E: hue angle of 38.45º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5A05E is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 160 94 -
CMYK 0 0.19 0.52 0.23
HSL 38.45º 0.47% 0.57% -
HSV(B) 38.45º 0.52% 0.77% -
XYZ 37.62 37.82 15.91 -
YUV 163.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 197 160 94 0 0.19 0.52 0.23 38.45 0.47 0.57
Hex C5 A0 5E 0 13 34 17 26 2F 39
Octal 305 240 136 0 23 64 27 46 57 71
Binary 11000101 10100000 1011110 0 10011 110100 10111 100110 101111 111001

Color Harmonies of #C5A05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A05E

Black with #C5A05E

Text Example


Text Example

White with #C5A05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A05E; }

 p { color: rgb(197,160,94); }

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

background-color css

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

 a { background-color: rgb(197,160,94); }

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

border-color css

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

 span { border-color: rgb(197,160,94); }

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