Html Css Color HEX #C1A25D Laser

📋 copy color: '#C1A25D'

red 193 ◦ green 162 ◦ blue 93

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

Shades of Laser #C1A25D

Tints of Laser #C1A25D

RGB

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

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

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

R = 43.08%
G = 36.16%
B = 20.76%

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

#C1A25D (or 0xC1A25D) is known color: Laser. HEX triplet: C1, A2 and 5D. RGB value is (193,162,93). Sum of RGB (Red+Green+Blue) = 193+162+93=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A25D is #3E5DA2. Grayscale: #A3A3A3. Windows color (decimal): -4087203 or 6136513. OLE color: 6136513.

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

Color convert

RGB 193 162 93 -
CMYK 0 0.16 0.52 0.24
HSL 41.4º 0.45% 0.56% -
HSV(B) 41.4º 0.52% 0.76% -
XYZ 36.89 37.97 15.74 -
YUV 163.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 193 162 93 0 0.16 0.52 0.24 41.4 0.45 0.56
Hex C1 A2 5D 0 10 34 18 29 2D 38
Octal 301 242 135 0 20 64 30 51 55 70
Binary 11000001 10100010 1011101 0 10000 110100 11000 101001 101101 111000

Color Harmonies of #C1A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A25D

Black with #C1A25D

Text Example


Text Example

White with #C1A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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