Html Css Color HEX #C1A35D Laser

📋 copy color: '#C1A35D'

red 193 ◦ green 163 ◦ blue 93

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

Shades of Laser #C1A35D

Tints of Laser #C1A35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 42.98%
G = 36.3%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1A35D (or 0xC1A35D) is known color: Laser. HEX triplet: C1, A3 and 5D. RGB value is (193,163,93). Sum of RGB (Red+Green+Blue) = 193+163+93=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A35D is #3E5CA2. Grayscale: #A4A4A4. Windows color (decimal): -4086947 or 6136769. OLE color: 6136769.

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

Color convert

RGB 193 163 93 -
CMYK 0 0.16 0.52 0.24
HSL 42º 0.45% 0.56% -
HSV(B) 42º 0.52% 0.76% -
XYZ 37.07 38.32 15.8 -
YUV 163.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 193 163 93 0 0.16 0.52 0.24 42 0.45 0.56
Hex C1 A3 5D 0 10 34 18 2A 2D 38
Octal 301 243 135 0 20 64 30 52 55 70
Binary 11000001 10100011 1011101 0 10000 110100 11000 101010 101101 111000

Color Harmonies of #C1A35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A35D

Black with #C1A35D

Text Example


Text Example

White with #C1A35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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