Html Css Color HEX #CF96BC Lily

📋 copy color: '#CF96BC'

red 207 ◦ green 150 ◦ blue 188

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

Shades of Lily #CF96BC

Tints of Lily #CF96BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.52%

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 37.98%
G = 27.52%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF96BC (or 0xCF96BC) is known color: Lily. HEX triplet: CF, 96 and BC. RGB value is (207,150,188). Sum of RGB (Red+Green+Blue) = 207+150+188=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96BC is #306943. Grayscale: #ABABAB. Windows color (decimal): -3172676 or 12359375. OLE color: 12359375.

HSL color Cylindrical-coordinate representation of color #CF96BC: hue angle of 320º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF96BC is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 150 188 -
CMYK 0 0.28 0.09 0.19
HSL 320º 0.37% 0.7% -
HSV(B) 320º 0.28% 0.81% -
XYZ 45.72 38.71 52.64 -
YUV 171.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 207 150 188 0 0.28 0.09 0.19 320 0.37 0.7
Hex CF 96 BC 0 1C 9 13 140 25 46
Octal 317 226 274 0 34 11 23 500 45 106
Binary 11001111 10010110 10111100 0 11100 1001 10011 101000000 100101 1000110

Color Harmonies of #CF96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96BC

Black with #CF96BC

Text Example


Text Example

White with #CF96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96BC; }

 p { color: rgb(207,150,188); }

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

background-color css

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

 a { background-color: rgb(207,150,188); }

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

border-color css

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

 span { border-color: rgb(207,150,188); }

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