Html Css Color HEX #CF86B6 Lily

📋 copy color: '#CF86B6'

red 207 ◦ green 134 ◦ blue 182

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

Shades of Lily #CF86B6

Tints of Lily #CF86B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.8%

R = 39.58%
G = 25.62%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF86B6 (or 0xCF86B6) is known color: Lily. HEX triplet: CF, 86 and B6. RGB value is (207,134,182). Sum of RGB (Red+Green+Blue) = 207+134+182=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86B6 is #307949. Grayscale: #A1A1A1. Windows color (decimal): -3176778 or 11962063. OLE color: 11962063.

HSL color Cylindrical-coordinate representation of color #CF86B6: hue angle of 320.55º 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 #CF86B6 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 134 182 -
CMYK 0 0.35 0.12 0.19
HSL 320.55º 0.43% 0.67% -
HSV(B) 320.55º 0.35% 0.81% -
XYZ 42.7 33.69 48.51 -
YUV 161.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 207 134 182 0 0.35 0.12 0.19 320.55 0.43 0.67
Hex CF 86 B6 0 23 C 13 141 2B 43
Octal 317 206 266 0 43 14 23 501 53 103
Binary 11001111 10000110 10110110 0 100011 1100 10011 101000001 101011 1000011

Color Harmonies of #CF86B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF86B6

Black with #CF86B6

Text Example


Text Example

White with #CF86B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF86B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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