Html Css Color HEX #C090B2 Lily

📋 copy color: '#C090B2'

red 192 ◦ green 144 ◦ blue 178

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

Shades of Lily #C090B2

Tints of Lily #C090B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 37.35%
G = 28.02%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C090B2 (or 0xC090B2) is known color: Lily. HEX triplet: C0, 90 and B2. RGB value is (192,144,178). Sum of RGB (Red+Green+Blue) = 192+144+178=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C090B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C090B2 is #3F6F4D. Grayscale: #A2A2A2. Windows color (decimal): -4157262 or 11702464. OLE color: 11702464.

HSL color Cylindrical-coordinate representation of color #C090B2: hue angle of 317.5º 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 #C090B2 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 178 -
CMYK 0 0.25 0.07 0.25
HSL 317.5º 0.28% 0.66% -
HSV(B) 317.5º 0.25% 0.75% -
XYZ 39.75 34.37 46.66 -
YUV 162.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 192 144 178 0 0.25 0.07 0.25 317.5 0.28 0.66
Hex C0 90 B2 0 19 7 19 13E 1C 42
Octal 300 220 262 0 31 7 31 476 34 102
Binary 11000000 10010000 10110010 0 11001 111 11001 100111110 11100 1000010

Color Harmonies of #C090B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090B2

Black with #C090B2

Text Example


Text Example

White with #C090B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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