Html Css Color HEX #C1A35B Laser

📋 copy color: '#C1A35B'

red 193 ◦ green 163 ◦ blue 91

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

Shades of Laser #C1A35B

Tints of Laser #C1A35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.36%

R = 43.18%
G = 36.47%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1A35B (or 0xC1A35B) is known color: Laser. HEX triplet: C1, A3 and 5B. RGB value is (193,163,91). Sum of RGB (Red+Green+Blue) = 193+163+91=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A35B is #3E5CA4. Grayscale: #A4A4A4. Windows color (decimal): -4086949 or 6005697. OLE color: 6005697.

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

Color convert

RGB 193 163 91 -
CMYK 0 0.16 0.53 0.24
HSL 42.35º 0.45% 0.56% -
HSV(B) 42.35º 0.53% 0.76% -
XYZ 36.98 38.29 15.34 -
YUV 163.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 193 163 91 0 0.16 0.53 0.24 42.35 0.45 0.56
Hex C1 A3 5B 0 10 35 18 2A 2D 38
Octal 301 243 133 0 20 65 30 52 55 70
Binary 11000001 10100011 1011011 0 10000 110101 11000 101010 101101 111000

Color Harmonies of #C1A35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A35B

Black with #C1A35B

Text Example


Text Example

White with #C1A35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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