Html Css Color HEX #C088AF Lily

📋 copy color: '#C088AF'

red 192 ◦ green 136 ◦ blue 175

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

Shades of Lily #C088AF

Tints of Lily #C088AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.79%

R = 38.17%
G = 27.04%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C088AF (or 0xC088AF) is known color: Lily. HEX triplet: C0, 88 and AF. RGB value is (192,136,175). Sum of RGB (Red+Green+Blue) = 192+136+175=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C088AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088AF is #3F7750. Grayscale: #9D9D9D. Windows color (decimal): -4159313 or 11503808. OLE color: 11503808.

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

Color convert

RGB 192 136 175 -
CMYK 0 0.29 0.09 0.25
HSL 318.21º 0.31% 0.64% -
HSV(B) 318.21º 0.29% 0.75% -
XYZ 38.28 31.91 44.7 -
YUV 157.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 192 136 175 0 0.29 0.09 0.25 318.21 0.31 0.64
Hex C0 88 AF 0 1D 9 19 13E 1F 40
Octal 300 210 257 0 35 11 31 476 37 100
Binary 11000000 10001000 10101111 0 11101 1001 11001 100111110 11111 1000000

Color Harmonies of #C088AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088AF

Black with #C088AF

Text Example


Text Example

White with #C088AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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