Html Css Color HEX #C1AB5F Laser

📋 copy color: '#C1AB5F'

red 193 ◦ green 171 ◦ blue 95

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

Shades of Laser #C1AB5F

Tints of Laser #C1AB5F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

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

R = 42.05%
G = 37.25%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1AB5F (or 0xC1AB5F) is known color: Laser. HEX triplet: C1, AB and 5F. RGB value is (193,171,95). Sum of RGB (Red+Green+Blue) = 193+171+95=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB5F is #3E54A0. Grayscale: #A9A9A9. Windows color (decimal): -4084897 or 6269889. OLE color: 6269889.

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

Color convert

RGB 193 171 95 -
CMYK 0 0.11 0.51 0.24
HSL 46.53º 0.44% 0.56% -
HSV(B) 46.53º 0.51% 0.76% -
XYZ 38.62 41.29 16.76 -
YUV 168.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 193 171 95 0 0.11 0.51 0.24 46.53 0.44 0.56
Hex C1 AB 5F 0 B 33 18 2F 2C 38
Octal 301 253 137 0 13 63 30 57 54 70
Binary 11000001 10101011 1011111 0 1011 110011 11000 101111 101100 111000

Color Harmonies of #C1AB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AB5F

Black with #C1AB5F

Text Example


Text Example

White with #C1AB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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