Html Css Color HEX #C1A25F Laser

📋 copy color: '#C1A25F'

red 193 ◦ green 162 ◦ blue 95

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

Shades of Laser #C1A25F

Tints of Laser #C1A25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 42.89%
G = 36%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1A25F (or 0xC1A25F) is known color: Laser. HEX triplet: C1, A2 and 5F. RGB value is (193,162,95). Sum of RGB (Red+Green+Blue) = 193+162+95=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A25F is #3E5DA0. Grayscale: #A3A3A3. Windows color (decimal): -4087201 or 6267585. OLE color: 6267585.

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

Color convert

RGB 193 162 95 -
CMYK 0 0.16 0.51 0.24
HSL 41.02º 0.44% 0.56% -
HSV(B) 41.02º 0.51% 0.76% -
XYZ 36.98 38 16.21 -
YUV 163.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 193 162 95 0 0.16 0.51 0.24 41.02 0.44 0.56
Hex C1 A2 5F 0 10 33 18 29 2C 38
Octal 301 242 137 0 20 63 30 51 54 70
Binary 11000001 10100010 1011111 0 10000 110011 11000 101001 101100 111000

Color Harmonies of #C1A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A25F

Black with #C1A25F

Text Example


Text Example

White with #C1A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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