Html Css Color HEX #C6A556 Laser

📋 copy color: '#C6A556'

red 198 ◦ green 165 ◦ blue 86

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

Shades of Laser #C6A556

Tints of Laser #C6A556

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

 BLUE value IS 86 (33.98% from 255) = 19.15%

R = 44.1%
G = 36.75%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C6A556 (or 0xC6A556) is known color: Laser. HEX triplet: C6, A5 and 56. RGB value is (198,165,86). Sum of RGB (Red+Green+Blue) = 198+165+86=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A556 is #395AA9. Grayscale: #A6A6A6. Windows color (decimal): -3758762 or 5678534. OLE color: 5678534.

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

Color convert

RGB 198 165 86 -
CMYK 0 0.17 0.57 0.22
HSL 42.32º 0.5% 0.56% -
HSV(B) 42.32º 0.57% 0.78% -
XYZ 38.42 39.59 14.42 -
YUV 165.86 82.93 150.92 -
System Red Green Blue C M Y K H S L
Decimal 198 165 86 0 0.17 0.57 0.22 42.32 0.5 0.56
Hex C6 A5 56 0 11 39 16 2A 32 38
Octal 306 245 126 0 21 71 26 52 62 70
Binary 11000110 10100101 1010110 0 10001 111001 10110 101010 110010 111000

Color Harmonies of #C6A556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A556

Black with #C6A556

Text Example


Text Example

White with #C6A556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A556; }

 p { color: rgb(198,165,86); }

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

background-color css

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

 a { background-color: rgb(198,165,86); }

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

border-color css

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

 span { border-color: rgb(198,165,86); }

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