Html Css Color HEX #C1AB62 Laser

📋 copy color: '#C1AB62'

red 193 ◦ green 171 ◦ blue 98

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

Shades of Laser #C1AB62

Tints of Laser #C1AB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.21%

R = 41.77%
G = 37.01%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1AB62 (or 0xC1AB62) is known color: Laser. HEX triplet: C1, AB and 62. RGB value is (193,171,98). Sum of RGB (Red+Green+Blue) = 193+171+98=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB62 is #3E549D. Grayscale: #A9A9A9. Windows color (decimal): -4084894 or 6466497. OLE color: 6466497.

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

Color convert

RGB 193 171 98 -
CMYK 0 0.11 0.49 0.24
HSL 46.11º 0.43% 0.57% -
HSV(B) 46.11º 0.49% 0.76% -
XYZ 38.76 41.35 17.49 -
YUV 169.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 193 171 98 0 0.11 0.49 0.24 46.11 0.43 0.57
Hex C1 AB 62 0 B 31 18 2E 2B 39
Octal 301 253 142 0 13 61 30 56 53 71
Binary 11000001 10101011 1100010 0 1011 110001 11000 101110 101011 111001

Color Harmonies of #C1AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AB62

Black with #C1AB62

Text Example


Text Example

White with #C1AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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