Html Css Color HEX #C6A09A Eunry

📋 copy color: '#C6A09A'

red 198 ◦ green 160 ◦ blue 154

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

Shades of Eunry #C6A09A

Tints of Eunry #C6A09A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.25%

 BLUE value IS 154 (60.55% from 255) = 30.08%

R = 38.67%
G = 31.25%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6A09A (or 0xC6A09A) is known color: Eunry. HEX triplet: C6, A0 and 9A. RGB value is (198,160,154). Sum of RGB (Red+Green+Blue) = 198+160+154=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A09A is #395F65. Grayscale: #AAAAAA. Windows color (decimal): -3759974 or 10133702. OLE color: 10133702.

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

Color convert

RGB 198 160 154 -
CMYK 0 0.19 0.22 0.22
HSL 8.18º 0.28% 0.69% -
HSV(B) 8.18º 0.22% 0.78% -
XYZ 41.69 39.48 35.99 -
YUV 170.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 198 160 154 0 0.19 0.22 0.22 8.18 0.28 0.69
Hex C6 A0 9A 0 13 16 16 8 1C 45
Octal 306 240 232 0 23 26 26 10 34 105
Binary 11000110 10100000 10011010 0 10011 10110 10110 1000 11100 1000101

Color Harmonies of #C6A09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A09A

Black with #C6A09A

Text Example


Text Example

White with #C6A09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A09A; }

 p { color: rgb(198,160,154); }

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

background-color css

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

 a { background-color: rgb(198,160,154); }

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

border-color css

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

 span { border-color: rgb(198,160,154); }

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