Html Css Color HEX #CF88AF Lily

📋 copy color: '#CF88AF'

red 207 ◦ green 136 ◦ blue 175

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

Shades of Lily #CF88AF

Tints of Lily #CF88AF

RGB

 RED value IS 207 (81.25% from 255) = 39.96%

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

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

R = 39.96%
G = 26.25%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF88AF (or 0xCF88AF) is known color: Lily. HEX triplet: CF, 88 and AF. RGB value is (207,136,175). Sum of RGB (Red+Green+Blue) = 207+136+175=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF88AF is #307750. Grayscale: #A1A1A1. Windows color (decimal): -3176273 or 11503823. OLE color: 11503823.

HSL color Cylindrical-coordinate representation of color #CF88AF: hue angle of 327.04º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF88AF is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 136 175 -
CMYK 0 0.34 0.15 0.19
HSL 327.04º 0.43% 0.67% -
HSV(B) 327.04º 0.34% 0.81% -
XYZ 42.27 33.97 44.89 -
YUV 161.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 207 136 175 0 0.34 0.15 0.19 327.04 0.43 0.67
Hex CF 88 AF 0 22 F 13 147 2B 43
Octal 317 210 257 0 42 17 23 507 53 103
Binary 11001111 10001000 10101111 0 100010 1111 10011 101000111 101011 1000011

Color Harmonies of #CF88AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF88AF

Black with #CF88AF

Text Example


Text Example

White with #CF88AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF88AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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