Html Css Color HEX #C090A8 Lily

📋 copy color: '#C090A8'

red 192 ◦ green 144 ◦ blue 168

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

Shades of Lily #C090A8

Tints of Lily #C090A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.33%

R = 38.1%
G = 28.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C090A8 (or 0xC090A8) is known color: Lily. HEX triplet: C0, 90 and A8. RGB value is (192,144,168). Sum of RGB (Red+Green+Blue) = 192+144+168=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C090A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C090A8 is #3F6F57. Grayscale: #A1A1A1. Windows color (decimal): -4157272 or 11047104. OLE color: 11047104.

HSL color Cylindrical-coordinate representation of color #C090A8: hue angle of 330º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C090A8 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 168 -
CMYK 0 0.25 0.12 0.25
HSL 330º 0.28% 0.66% -
HSV(B) 330º 0.25% 0.75% -
XYZ 38.78 33.98 41.56 -
YUV 161.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 192 144 168 0 0.25 0.12 0.25 330 0.28 0.66
Hex C0 90 A8 0 19 C 19 14A 1C 42
Octal 300 220 250 0 31 14 31 512 34 102
Binary 11000000 10010000 10101000 0 11001 1100 11001 101001010 11100 1000010

Color Harmonies of #C090A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090A8

Black with #C090A8

Text Example


Text Example

White with #C090A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090A8; }

 p { color: rgb(192,144,168); }

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

background-color css

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

 a { background-color: rgb(192,144,168); }

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

border-color css

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

 span { border-color: rgb(192,144,168); }

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