Html Css Color HEX #C1A260 Laser

📋 copy color: '#C1A260'

red 193 ◦ green 162 ◦ blue 96

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

Shades of Laser #C1A260

Tints of Laser #C1A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.92%

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

R = 42.79%
G = 35.92%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C1A260 (or 0xC1A260) is known color: Laser. HEX triplet: C1, A2 and 60. RGB value is (193,162,96). Sum of RGB (Red+Green+Blue) = 193+162+96=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A260 is #3E5D9F. Grayscale: #A4A4A4. Windows color (decimal): -4087200 or 6333121. OLE color: 6333121.

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

Color convert

RGB 193 162 96 -
CMYK 0 0.16 0.50 0.24
HSL 40.82º 0.44% 0.57% -
HSV(B) 40.82º 0.5% 0.76% -
XYZ 37.02 38.02 16.45 -
YUV 163.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 193 162 96 0 0.16 0.50 0.24 40.82 0.44 0.57
Hex C1 A2 60 0 10 32 18 29 2C 39
Octal 301 242 140 0 20 62 30 51 54 71
Binary 11000001 10100010 1100000 0 10000 110010 11000 101001 101100 111001

Color Harmonies of #C1A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A260

Black with #C1A260

Text Example


Text Example

White with #C1A260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A260; }

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

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

background-color css

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

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

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

border-color css

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

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

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