Html Css Color HEX #C6A09B Eunry

📋 copy color: '#C6A09B'

red 198 ◦ green 160 ◦ blue 155

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

Shades of Eunry #C6A09B

Tints of Eunry #C6A09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.21%

R = 38.6%
G = 31.19%
B = 30.21%

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

#C6A09B (or 0xC6A09B) is known color: Eunry. HEX triplet: C6, A0 and 9B. RGB value is (198,160,155). Sum of RGB (Red+Green+Blue) = 198+160+155=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A09B is #395F64. Grayscale: #AAAAAA. Windows color (decimal): -3759973 or 10199238. OLE color: 10199238.

HSL color Cylindrical-coordinate representation of color #C6A09B: hue angle of 6.98º degrees, saturation: 0.27, 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 #C6A09B is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 160 155 -
CMYK 0 0.19 0.22 0.22
HSL 6.98º 0.27% 0.69% -
HSV(B) 6.98º 0.22% 0.78% -
XYZ 41.78 39.51 36.44 -
YUV 170.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 198 160 155 0 0.19 0.22 0.22 6.98 0.27 0.69
Hex C6 A0 9B 0 13 16 16 7 1B 45
Octal 306 240 233 0 23 26 26 7 33 105
Binary 11000110 10100000 10011011 0 10011 10110 10110 111 11011 1000101

Color Harmonies of #C6A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A09B

Black with #C6A09B

Text Example


Text Example

White with #C6A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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