Html Css Color HEX #CF91B2 Lily

📋 copy color: '#CF91B2'

red 207 ◦ green 145 ◦ blue 178

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

Shades of Lily #CF91B2

Tints of Lily #CF91B2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.36%

 BLUE value IS 178 (69.92% from 255) = 33.58%

R = 39.06%
G = 27.36%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF91B2 (or 0xCF91B2) is known color: Lily. HEX triplet: CF, 91 and B2. RGB value is (207,145,178). Sum of RGB (Red+Green+Blue) = 207+145+178=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF91B2 is #306E4D. Grayscale: #A7A7A7. Windows color (decimal): -3173966 or 11702735. OLE color: 11702735.

HSL color Cylindrical-coordinate representation of color #CF91B2: hue angle of 328.06º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF91B2 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 178 -
CMYK 0 0.30 0.14 0.19
HSL 328.06º 0.39% 0.69% -
HSV(B) 328.06º 0.3% 0.81% -
XYZ 43.89 36.73 46.9 -
YUV 167.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 207 145 178 0 0.30 0.14 0.19 328.06 0.39 0.69
Hex CF 91 B2 0 1E E 13 148 27 45
Octal 317 221 262 0 36 16 23 510 47 105
Binary 11001111 10010001 10110010 0 11110 1110 10011 101001000 100111 1000101

Color Harmonies of #CF91B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF91B2

Black with #CF91B2

Text Example


Text Example

White with #CF91B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF91B2; }

 p { color: rgb(207,145,178); }

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

background-color css

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

 a { background-color: rgb(207,145,178); }

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

border-color css

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

 span { border-color: rgb(207,145,178); }

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