Html Css Color HEX #C6A163 Laser

📋 copy color: '#C6A163'

red 198 ◦ green 161 ◦ blue 99

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

Shades of Laser #C6A163

Tints of Laser #C6A163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.15%

 BLUE value IS 99 (39.06% from 255) = 21.62%

R = 43.23%
G = 35.15%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C6A163 (or 0xC6A163) is known color: Laser. HEX triplet: C6, A1 and 63. RGB value is (198,161,99). Sum of RGB (Red+Green+Blue) = 198+161+99=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A163 is #395E9C. Grayscale: #A5A5A5. Windows color (decimal): -3759773 or 6529478. OLE color: 6529478.

HSL color Cylindrical-coordinate representation of color #C6A163: hue angle of 37.58º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6A163 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 161 99 -
CMYK 0 0.19 0.50 0.22
HSL 37.58º 0.46% 0.58% -
HSV(B) 37.58º 0.5% 0.78% -
XYZ 38.29 38.4 17.2 -
YUV 165 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 198 161 99 0 0.19 0.50 0.22 37.58 0.46 0.58
Hex C6 A1 63 0 13 32 16 26 2E 3A
Octal 306 241 143 0 23 62 26 46 56 72
Binary 11000110 10100001 1100011 0 10011 110010 10110 100110 101110 111010

Color Harmonies of #C6A163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A163

Black with #C6A163

Text Example


Text Example

White with #C6A163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A163; }

 p { color: rgb(198,161,99); }

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

background-color css

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

 a { background-color: rgb(198,161,99); }

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

border-color css

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

 span { border-color: rgb(198,161,99); }

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