Html Css Color HEX #C090AB Lily

📋 copy color: '#C090AB'

red 192 ◦ green 144 ◦ blue 171

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

Shades of Lily #C090AB

Tints of Lily #C090AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 37.87%
G = 28.4%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C090AB (or 0xC090AB) is known color: Lily. HEX triplet: C0, 90 and AB. RGB value is (192,144,171). Sum of RGB (Red+Green+Blue) = 192+144+171=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C090AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C090AB is #3F6F54. Grayscale: #A1A1A1. Windows color (decimal): -4157269 or 11243712. OLE color: 11243712.

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

Color convert

RGB 192 144 171 -
CMYK 0 0.25 0.11 0.25
HSL 326.25º 0.28% 0.66% -
HSV(B) 326.25º 0.25% 0.75% -
XYZ 39.06 34.09 43.05 -
YUV 161.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 192 144 171 0 0.25 0.11 0.25 326.25 0.28 0.66
Hex C0 90 AB 0 19 B 19 146 1C 42
Octal 300 220 253 0 31 13 31 506 34 102
Binary 11000000 10010000 10101011 0 11001 1011 11001 101000110 11100 1000010

Color Harmonies of #C090AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090AB

Black with #C090AB

Text Example


Text Example

White with #C090AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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