Html Css Color HEX #CF86B9 Lily

📋 copy color: '#CF86B9'

red 207 ◦ green 134 ◦ blue 185

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

Shades of Lily #CF86B9

Tints of Lily #CF86B9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.48%

 BLUE value IS 185 (72.66% from 255) = 35.17%

R = 39.35%
G = 25.48%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF86B9 (or 0xCF86B9) is known color: Lily. HEX triplet: CF, 86 and B9. RGB value is (207,134,185). Sum of RGB (Red+Green+Blue) = 207+134+185=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86B9 is #307946. Grayscale: #A1A1A1. Windows color (decimal): -3176775 or 12158671. OLE color: 12158671.

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

Color convert

RGB 207 134 185 -
CMYK 0 0.35 0.11 0.19
HSL 318.08º 0.43% 0.67% -
HSV(B) 318.08º 0.35% 0.81% -
XYZ 43.01 33.82 50.16 -
YUV 161.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 207 134 185 0 0.35 0.11 0.19 318.08 0.43 0.67
Hex CF 86 B9 0 23 B 13 13E 2B 43
Octal 317 206 271 0 43 13 23 476 53 103
Binary 11001111 10000110 10111001 0 100011 1011 10011 100111110 101011 1000011

Color Harmonies of #CF86B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF86B9

Black with #CF86B9

Text Example


Text Example

White with #CF86B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF86B9; }

 p { color: rgb(207,134,185); }

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

background-color css

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

 a { background-color: rgb(207,134,185); }

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

border-color css

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

 span { border-color: rgb(207,134,185); }

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