Html Css Color HEX #C1A25B Laser

📋 copy color: '#C1A25B'

red 193 ◦ green 162 ◦ blue 91

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

Shades of Laser #C1A25B

Tints of Laser #C1A25B

RGB

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

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

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

R = 43.27%
G = 36.32%
B = 20.4%

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

#C1A25B (or 0xC1A25B) is known color: Laser. HEX triplet: C1, A2 and 5B. RGB value is (193,162,91). Sum of RGB (Red+Green+Blue) = 193+162+91=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A25B is #3E5DA4. Grayscale: #A3A3A3. Windows color (decimal): -4087205 or 6005441. OLE color: 6005441.

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

Color convert

RGB 193 162 91 -
CMYK 0 0.16 0.53 0.24
HSL 41.76º 0.45% 0.56% -
HSV(B) 41.76º 0.53% 0.76% -
XYZ 36.8 37.93 15.28 -
YUV 163.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 193 162 91 0 0.16 0.53 0.24 41.76 0.45 0.56
Hex C1 A2 5B 0 10 35 18 2A 2D 38
Octal 301 242 133 0 20 65 30 52 55 70
Binary 11000001 10100010 1011011 0 10000 110101 11000 101010 101101 111000

Color Harmonies of #C1A25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A25B

Black with #C1A25B

Text Example


Text Example

White with #C1A25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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