Html Css Color HEX #CF86B8 Lily

📋 copy color: '#CF86B8'

red 207 ◦ green 134 ◦ blue 184

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

Shades of Lily #CF86B8

Tints of Lily #CF86B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.05%

R = 39.43%
G = 25.52%
B = 35.05%

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

#CF86B8 (or 0xCF86B8) is known color: Lily. HEX triplet: CF, 86 and B8. RGB value is (207,134,184). Sum of RGB (Red+Green+Blue) = 207+134+184=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86B8 is #307947. Grayscale: #A1A1A1. Windows color (decimal): -3176776 or 12093135. OLE color: 12093135.

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

Color convert

RGB 207 134 184 -
CMYK 0 0.35 0.11 0.19
HSL 318.9º 0.43% 0.67% -
HSV(B) 318.9º 0.35% 0.81% -
XYZ 42.91 33.78 49.61 -
YUV 161.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 207 134 184 0 0.35 0.11 0.19 318.9 0.43 0.67
Hex CF 86 B8 0 23 B 13 13F 2B 43
Octal 317 206 270 0 43 13 23 477 53 103
Binary 11001111 10000110 10111000 0 100011 1011 10011 100111111 101011 1000011

Color Harmonies of #CF86B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF86B8

Black with #CF86B8

Text Example


Text Example

White with #CF86B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF86B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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