Html Css Color HEX #C1A560 Laser

📋 copy color: '#C1A560'

red 193 ◦ green 165 ◦ blue 96

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

Shades of Laser #C1A560

Tints of Laser #C1A560

RGB

 RED value IS 193 (75.78% from 255) = 42.51%

 GREEN value IS 165 (64.84% from 255) = 36.34%

 BLUE value IS 96 (37.89% from 255) = 21.15%

R = 42.51%
G = 36.34%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C1A560 (or 0xC1A560) is known color: Laser. HEX triplet: C1, A5 and 60. RGB value is (193,165,96). Sum of RGB (Red+Green+Blue) = 193+165+96=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A560 is #3E5A9F. Grayscale: #A5A5A5. Windows color (decimal): -4086432 or 6333889. OLE color: 6333889.

HSL color Cylindrical-coordinate representation of color #C1A560: hue angle of 42.68º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1A560 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 96 -
CMYK 0 0.15 0.50 0.24
HSL 42.68º 0.44% 0.57% -
HSV(B) 42.68º 0.5% 0.76% -
XYZ 37.56 39.09 16.63 -
YUV 165.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 193 165 96 0 0.15 0.50 0.24 42.68 0.44 0.57
Hex C1 A5 60 0 F 32 18 2B 2C 39
Octal 301 245 140 0 17 62 30 53 54 71
Binary 11000001 10100101 1100000 0 1111 110010 11000 101011 101100 111001

Color Harmonies of #C1A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A560

Black with #C1A560

Text Example


Text Example

White with #C1A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A560; }

 p { color: rgb(193,165,96); }

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

background-color css

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

 a { background-color: rgb(193,165,96); }

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

border-color css

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

 span { border-color: rgb(193,165,96); }

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