Html Css Color HEX #C1A460 Laser

📋 copy color: '#C1A460'

red 193 ◦ green 164 ◦ blue 96

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

Shades of Laser #C1A460

Tints of Laser #C1A460

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.2%

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

R = 42.6%
G = 36.2%
B = 21.19%

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

#C1A460 (or 0xC1A460) is known color: Laser. HEX triplet: C1, A4 and 60. RGB value is (193,164,96). Sum of RGB (Red+Green+Blue) = 193+164+96=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A460 is #3E5B9F. Grayscale: #A5A5A5. Windows color (decimal): -4086688 or 6333633. OLE color: 6333633.

HSL color Cylindrical-coordinate representation of color #C1A460: hue angle of 42.06º 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 #C1A460 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 164 96 -
CMYK 0 0.15 0.50 0.24
HSL 42.06º 0.44% 0.57% -
HSV(B) 42.06º 0.5% 0.76% -
XYZ 37.38 38.73 16.57 -
YUV 164.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 193 164 96 0 0.15 0.50 0.24 42.06 0.44 0.57
Hex C1 A4 60 0 F 32 18 2A 2C 39
Octal 301 244 140 0 17 62 30 52 54 71
Binary 11000001 10100100 1100000 0 1111 110010 11000 101010 101100 111001

Color Harmonies of #C1A460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A460

Black with #C1A460

Text Example


Text Example

White with #C1A460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A460; }

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

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

background-color css

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

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

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

border-color css

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

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

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