Html Css Color HEX #C1AB58 Laser

📋 copy color: '#C1AB58'

red 193 ◦ green 171 ◦ blue 88

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

Shades of Laser #C1AB58

Tints of Laser #C1AB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.47%

R = 42.7%
G = 37.83%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C1AB58 (or 0xC1AB58) is known color: Laser. HEX triplet: C1, AB and 58. RGB value is (193,171,88). Sum of RGB (Red+Green+Blue) = 193+171+88=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB58 is #3E54A7. Grayscale: #A8A8A8. Windows color (decimal): -4084904 or 5811137. OLE color: 5811137.

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

Color convert

RGB 193 171 88 -
CMYK 0 0.11 0.54 0.24
HSL 47.43º 0.46% 0.55% -
HSV(B) 47.43º 0.54% 0.76% -
XYZ 38.32 41.17 15.16 -
YUV 168.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 193 171 88 0 0.11 0.54 0.24 47.43 0.46 0.55
Hex C1 AB 58 0 B 36 18 2F 2E 37
Octal 301 253 130 0 13 66 30 57 56 67
Binary 11000001 10101011 1011000 0 1011 110110 11000 101111 101110 110111

Color Harmonies of #C1AB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AB58

Black with #C1AB58

Text Example


Text Example

White with #C1AB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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