Html Css Color HEX #C890BA Lily

📋 copy color: '#C890BA'

red 200 ◦ green 144 ◦ blue 186

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

Shades of Lily #C890BA

Tints of Lily #C890BA

RGB

 RED value IS 200 (78.52% from 255) = 37.74%

 GREEN value IS 144 (56.64% from 255) = 27.17%

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 37.74%
G = 27.17%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C890BA (or 0xC890BA) is known color: Lily. HEX triplet: C8, 90 and BA. RGB value is (200,144,186). Sum of RGB (Red+Green+Blue) = 200+144+186=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C890BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890BA is #376F45. Grayscale: #A5A5A5. Windows color (decimal): -3632966 or 12226760. OLE color: 12226760.

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

Color convert

RGB 200 144 186 -
CMYK 0 0.28 0.07 0.22
HSL 315º 0.34% 0.67% -
HSV(B) 315º 0.28% 0.78% -
XYZ 42.66 35.77 51.11 -
YUV 165.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 200 144 186 0 0.28 0.07 0.22 315 0.34 0.67
Hex C8 90 BA 0 1C 7 16 13B 22 43
Octal 310 220 272 0 34 7 26 473 42 103
Binary 11001000 10010000 10111010 0 11100 111 10110 100111011 100010 1000011

Color Harmonies of #C890BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C890BA

Black with #C890BA

Text Example


Text Example

White with #C890BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C890BA; }

 p { color: rgb(200,144,186); }

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

background-color css

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

 a { background-color: rgb(200,144,186); }

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

border-color css

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

 span { border-color: rgb(200,144,186); }

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