Html Css Color HEX #C091B4 Lily

📋 copy color: '#C091B4'

red 192 ◦ green 145 ◦ blue 180

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

Shades of Lily #C091B4

Tints of Lily #C091B4

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.05%

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 37.14%
G = 28.05%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C091B4 (or 0xC091B4) is known color: Lily. HEX triplet: C0, 91 and B4. RGB value is (192,145,180). Sum of RGB (Red+Green+Blue) = 192+145+180=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C091B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091B4 is #3F6E4B. Grayscale: #A2A2A2. Windows color (decimal): -4157004 or 11833792. OLE color: 11833792.

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

Color convert

RGB 192 145 180 -
CMYK 0 0.24 0.06 0.25
HSL 315.32º 0.27% 0.66% -
HSV(B) 315.32º 0.24% 0.75% -
XYZ 40.1 34.75 47.77 -
YUV 163.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 192 145 180 0 0.24 0.06 0.25 315.32 0.27 0.66
Hex C0 91 B4 0 18 6 19 13B 1B 42
Octal 300 221 264 0 30 6 31 473 33 102
Binary 11000000 10010001 10110100 0 11000 110 11001 100111011 11011 1000010

Color Harmonies of #C091B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091B4

Black with #C091B4

Text Example


Text Example

White with #C091B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091B4; }

 p { color: rgb(192,145,180); }

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

background-color css

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

 a { background-color: rgb(192,145,180); }

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

border-color css

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

 span { border-color: rgb(192,145,180); }

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