Html Css Color HEX #C087AD Lily

📋 copy color: '#C087AD'

red 192 ◦ green 135 ◦ blue 173

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

Shades of Lily #C087AD

Tints of Lily #C087AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27%

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 38.4%
G = 27%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C087AD (or 0xC087AD) is known color: Lily. HEX triplet: C0, 87 and AD. RGB value is (192,135,173). Sum of RGB (Red+Green+Blue) = 192+135+173=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C087AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C087AD is #3F7852. Grayscale: #9C9C9C. Windows color (decimal): -4159571 or 11372480. OLE color: 11372480.

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

Color convert

RGB 192 135 173 -
CMYK 0 0.30 0.10 0.25
HSL 320º 0.31% 0.64% -
HSV(B) 320º 0.3% 0.75% -
XYZ 37.95 31.55 43.63 -
YUV 156.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 192 135 173 0 0.30 0.10 0.25 320 0.31 0.64
Hex C0 87 AD 0 1E A 19 140 1F 40
Octal 300 207 255 0 36 12 31 500 37 100
Binary 11000000 10000111 10101101 0 11110 1010 11001 101000000 11111 1000000

Color Harmonies of #C087AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087AD

Black with #C087AD

Text Example


Text Example

White with #C087AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087AD; }

 p { color: rgb(192,135,173); }

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

background-color css

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

 a { background-color: rgb(192,135,173); }

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

border-color css

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

 span { border-color: rgb(192,135,173); }

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