Html Css Color HEX #C1A358 Laser

📋 copy color: '#C1A358'

red 193 ◦ green 163 ◦ blue 88

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

Shades of Laser #C1A358

Tints of Laser #C1A358

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.71%

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 43.47%
G = 36.71%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C1A358 (or 0xC1A358) is known color: Laser. HEX triplet: C1, A3 and 58. RGB value is (193,163,88). Sum of RGB (Red+Green+Blue) = 193+163+88=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A358 is #3E5CA7. Grayscale: #A3A3A3. Windows color (decimal): -4086952 or 5809089. OLE color: 5809089.

HSL color Cylindrical-coordinate representation of color #C1A358: hue angle of 42.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1A358 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 163 88 -
CMYK 0 0.16 0.54 0.24
HSL 42.86º 0.46% 0.55% -
HSV(B) 42.86º 0.54% 0.76% -
XYZ 36.85 38.24 14.67 -
YUV 163.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 193 163 88 0 0.16 0.54 0.24 42.86 0.46 0.55
Hex C1 A3 58 0 10 36 18 2B 2E 37
Octal 301 243 130 0 20 66 30 53 56 67
Binary 11000001 10100011 1011000 0 10000 110110 11000 101011 101110 110111

Color Harmonies of #C1A358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A358

Black with #C1A358

Text Example


Text Example

White with #C1A358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A358; }

 p { color: rgb(193,163,88); }

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

background-color css

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

 a { background-color: rgb(193,163,88); }

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

border-color css

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

 span { border-color: rgb(193,163,88); }

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