Html Css Color HEX #C6A695 Eunry

📋 copy color: '#C6A695'

red 198 ◦ green 166 ◦ blue 149

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

Shades of Eunry #C6A695

Tints of Eunry #C6A695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.36%

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 38.6%
G = 32.36%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C6A695 (or 0xC6A695) is known color: Eunry. HEX triplet: C6, A6 and 95. RGB value is (198,166,149). Sum of RGB (Red+Green+Blue) = 198+166+149=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A695 is #39596A. Grayscale: #ADADAD. Windows color (decimal): -3758443 or 9807558. OLE color: 9807558.

HSL color Cylindrical-coordinate representation of color #C6A695: hue angle of 20.82º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6A695 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 166 149 -
CMYK 0 0.16 0.25 0.22
HSL 20.82º 0.3% 0.68% -
HSV(B) 20.82º 0.25% 0.78% -
XYZ 42.35 41.45 34.2 -
YUV 173.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 198 166 149 0 0.16 0.25 0.22 20.82 0.3 0.68
Hex C6 A6 95 0 10 19 16 15 1E 44
Octal 306 246 225 0 20 31 26 25 36 104
Binary 11000110 10100110 10010101 0 10000 11001 10110 10101 11110 1000100

Color Harmonies of #C6A695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A695

Black with #C6A695

Text Example


Text Example

White with #C6A695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A695; }

 p { color: rgb(198,166,149); }

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

background-color css

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

 a { background-color: rgb(198,166,149); }

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

border-color css

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

 span { border-color: rgb(198,166,149); }

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