Html Css Color HEX #C088AE Lily

📋 copy color: '#C088AE'

red 192 ◦ green 136 ◦ blue 174

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

Shades of Lily #C088AE

Tints of Lily #C088AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 38.25%
G = 27.09%
B = 34.66%

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

#C088AE (or 0xC088AE) is known color: Lily. HEX triplet: C0, 88 and AE. RGB value is (192,136,174). Sum of RGB (Red+Green+Blue) = 192+136+174=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C088AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088AE is #3F7751. Grayscale: #9C9C9C. Windows color (decimal): -4159314 or 11438272. OLE color: 11438272.

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

Color convert

RGB 192 136 174 -
CMYK 0 0.29 0.09 0.25
HSL 319.29º 0.31% 0.64% -
HSV(B) 319.29º 0.29% 0.75% -
XYZ 38.18 31.87 44.18 -
YUV 157.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 192 136 174 0 0.29 0.09 0.25 319.29 0.31 0.64
Hex C0 88 AE 0 1D 9 19 13F 1F 40
Octal 300 210 256 0 35 11 31 477 37 100
Binary 11000000 10001000 10101110 0 11101 1001 11001 100111111 11111 1000000

Color Harmonies of #C088AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088AE

Black with #C088AE

Text Example


Text Example

White with #C088AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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