Html Css Color HEX #C1A25A Laser

📋 copy color: '#C1A25A'

red 193 ◦ green 162 ◦ blue 90

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

Shades of Laser #C1A25A

Tints of Laser #C1A25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.22%

R = 43.37%
G = 36.4%
B = 20.22%

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

#C1A25A (or 0xC1A25A) is known color: Laser. HEX triplet: C1, A2 and 5A. RGB value is (193,162,90). Sum of RGB (Red+Green+Blue) = 193+162+90=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A25A is #3E5DA5. Grayscale: #A3A3A3. Windows color (decimal): -4087206 or 5939905. OLE color: 5939905.

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

Color convert

RGB 193 162 90 -
CMYK 0 0.16 0.53 0.24
HSL 41.94º 0.45% 0.55% -
HSV(B) 41.94º 0.53% 0.76% -
XYZ 36.76 37.92 15.05 -
YUV 163.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 193 162 90 0 0.16 0.53 0.24 41.94 0.45 0.55
Hex C1 A2 5A 0 10 35 18 2A 2D 37
Octal 301 242 132 0 20 65 30 52 55 67
Binary 11000001 10100010 1011010 0 10000 110101 11000 101010 101101 110111

Color Harmonies of #C1A25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A25A

Black with #C1A25A

Text Example


Text Example

White with #C1A25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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