Html Css Color HEX #C087AF Lily

📋 copy color: '#C087AF'

red 192 ◦ green 135 ◦ blue 175

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

Shades of Lily #C087AF

Tints of Lily #C087AF

RGB

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

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

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

R = 38.25%
G = 26.89%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C087AF (or 0xC087AF) is known color: Lily. HEX triplet: C0, 87 and AF. RGB value is (192,135,175). Sum of RGB (Red+Green+Blue) = 192+135+175=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C087AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C087AF is #3F7850. Grayscale: #9C9C9C. Windows color (decimal): -4159569 or 11503552. OLE color: 11503552.

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

Color convert

RGB 192 135 175 -
CMYK 0 0.30 0.09 0.25
HSL 317.89º 0.31% 0.64% -
HSV(B) 317.89º 0.3% 0.75% -
XYZ 38.14 31.63 44.65 -
YUV 156.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 192 135 175 0 0.30 0.09 0.25 317.89 0.31 0.64
Hex C0 87 AF 0 1E 9 19 13E 1F 40
Octal 300 207 257 0 36 11 31 476 37 100
Binary 11000000 10000111 10101111 0 11110 1001 11001 100111110 11111 1000000

Color Harmonies of #C087AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087AF

Black with #C087AF

Text Example


Text Example

White with #C087AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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