Html Css Color HEX #C089B0 Lily

📋 copy color: '#C089B0'

red 192 ◦ green 137 ◦ blue 176

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

Shades of Lily #C089B0

Tints of Lily #C089B0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.13%

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 38.02%
G = 27.13%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C089B0 (or 0xC089B0) is known color: Lily. HEX triplet: C0, 89 and B0. RGB value is (192,137,176). Sum of RGB (Red+Green+Blue) = 192+137+176=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C089B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C089B0 is #3F764F. Grayscale: #9D9D9D. Windows color (decimal): -4159056 or 11569600. OLE color: 11569600.

HSL color Cylindrical-coordinate representation of color #C089B0: hue angle of 317.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C089B0 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 137 176 -
CMYK 0 0.29 0.08 0.25
HSL 317.45º 0.3% 0.65% -
HSV(B) 317.45º 0.29% 0.75% -
XYZ 38.52 32.23 45.27 -
YUV 157.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 192 137 176 0 0.29 0.08 0.25 317.45 0.3 0.65
Hex C0 89 B0 0 1D 8 19 13D 1E 41
Octal 300 211 260 0 35 10 31 475 36 101
Binary 11000000 10001001 10110000 0 11101 1000 11001 100111101 11110 1000001

Color Harmonies of #C089B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C089B0

Black with #C089B0

Text Example


Text Example

White with #C089B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C089B0; }

 p { color: rgb(192,137,176); }

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

background-color css

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

 a { background-color: rgb(192,137,176); }

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

border-color css

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

 span { border-color: rgb(192,137,176); }

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