Html Css Color HEX #C09F9B Eunry

📋 copy color: '#C09F9B'

red 192 ◦ green 159 ◦ blue 155

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

Shades of Eunry #C09F9B

Tints of Eunry #C09F9B

RGB

 RED value IS 192 (75.39% from 255) = 37.94%

 GREEN value IS 159 (62.5% from 255) = 31.42%

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

R = 37.94%
G = 31.42%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C09F9B (or 0xC09F9B) is known color: Eunry. HEX triplet: C0, 9F and 9B. RGB value is (192,159,155). Sum of RGB (Red+Green+Blue) = 192+159+155=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F9B is #3F6064. Grayscale: #A8A8A8. Windows color (decimal): -4153445 or 10198976. OLE color: 10198976.

HSL color Cylindrical-coordinate representation of color #C09F9B: hue angle of 6.49º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09F9B is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 155 -
CMYK 0 0.17 0.19 0.25
HSL 6.49º 0.23% 0.68% -
HSV(B) 6.49º 0.19% 0.75% -
XYZ 40.05 38.37 36.31 -
YUV 168.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 192 159 155 0 0.17 0.19 0.25 6.49 0.23 0.68
Hex C0 9F 9B 0 11 13 19 6 17 44
Octal 300 237 233 0 21 23 31 6 27 104
Binary 11000000 10011111 10011011 0 10001 10011 11001 110 10111 1000100

Color Harmonies of #C09F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F9B

Black with #C09F9B

Text Example


Text Example

White with #C09F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F9B; }

 p { color: rgb(192,159,155); }

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

background-color css

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

 a { background-color: rgb(192,159,155); }

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

border-color css

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

 span { border-color: rgb(192,159,155); }

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