Html Css Color HEX #C088B0 Lily

📋 copy color: '#C088B0'

red 192 ◦ green 136 ◦ blue 176

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

Shades of Lily #C088B0

Tints of Lily #C088B0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.98%

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

R = 38.1%
G = 26.98%
B = 34.92%

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

#C088B0 (or 0xC088B0) is known color: Lily. HEX triplet: C0, 88 and B0. RGB value is (192,136,176). Sum of RGB (Red+Green+Blue) = 192+136+176=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C088B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088B0 is #3F774F. Grayscale: #9D9D9D. Windows color (decimal): -4159312 or 11569344. OLE color: 11569344.

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

Color convert

RGB 192 136 176 -
CMYK 0 0.29 0.08 0.25
HSL 317.14º 0.31% 0.64% -
HSV(B) 317.14º 0.29% 0.75% -
XYZ 38.38 31.95 45.22 -
YUV 157.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 192 136 176 0 0.29 0.08 0.25 317.14 0.31 0.64
Hex C0 88 B0 0 1D 8 19 13D 1F 40
Octal 300 210 260 0 35 10 31 475 37 100
Binary 11000000 10001000 10110000 0 11101 1000 11001 100111101 11111 1000000

Color Harmonies of #C088B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088B0

Black with #C088B0

Text Example


Text Example

White with #C088B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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