Html Css Color HEX #C6AB5D Laser

📋 copy color: '#C6AB5D'

red 198 ◦ green 171 ◦ blue 93

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

Shades of Laser #C6AB5D

Tints of Laser #C6AB5D

RGB

 RED value IS 198 (77.73% from 255) = 42.86%

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

 BLUE value IS 93 (36.72% from 255) = 20.13%

R = 42.86%
G = 37.01%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6AB5D (or 0xC6AB5D) is known color: Laser. HEX triplet: C6, AB and 5D. RGB value is (198,171,93). Sum of RGB (Red+Green+Blue) = 198+171+93=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AB5D is #3954A2. Grayscale: #AAAAAA. Windows color (decimal): -3757219 or 6138822. OLE color: 6138822.

HSL color Cylindrical-coordinate representation of color #C6AB5D: hue angle of 44.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6AB5D is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 171 93 -
CMYK 0 0.14 0.53 0.22
HSL 44.57º 0.48% 0.57% -
HSV(B) 44.57º 0.53% 0.78% -
XYZ 39.83 41.92 16.35 -
YUV 170.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 198 171 93 0 0.14 0.53 0.22 44.57 0.48 0.57
Hex C6 AB 5D 0 E 35 16 2D 30 39
Octal 306 253 135 0 16 65 26 55 60 71
Binary 11000110 10101011 1011101 0 1110 110101 10110 101101 110000 111001

Color Harmonies of #C6AB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AB5D

Black with #C6AB5D

Text Example


Text Example

White with #C6AB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AB5D; }

 p { color: rgb(198,171,93); }

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

background-color css

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

 a { background-color: rgb(198,171,93); }

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

border-color css

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

 span { border-color: rgb(198,171,93); }

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