Html Css Color HEX #CF8CBB Lily

📋 copy color: '#CF8CBB'

red 207 ◦ green 140 ◦ blue 187

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

Shades of Lily #CF8CBB

Tints of Lily #CF8CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.22%

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 38.76%
G = 26.22%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF8CBB (or 0xCF8CBB) is known color: Lily. HEX triplet: CF, 8C and BB. RGB value is (207,140,187). Sum of RGB (Red+Green+Blue) = 207+140+187=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CBB is #307344. Grayscale: #A5A5A5. Windows color (decimal): -3175237 or 12291279. OLE color: 12291279.

HSL color Cylindrical-coordinate representation of color #CF8CBB: hue angle of 317.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8CBB is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 140 187 -
CMYK 0 0.32 0.10 0.19
HSL 317.91º 0.41% 0.68% -
HSV(B) 317.91º 0.32% 0.81% -
XYZ 44.08 35.61 51.56 -
YUV 165.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 207 140 187 0 0.32 0.10 0.19 317.91 0.41 0.68
Hex CF 8C BB 0 20 A 13 13E 29 44
Octal 317 214 273 0 40 12 23 476 51 104
Binary 11001111 10001100 10111011 0 100000 1010 10011 100111110 101001 1000100

Color Harmonies of #CF8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8CBB

Black with #CF8CBB

Text Example


Text Example

White with #CF8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8CBB; }

 p { color: rgb(207,140,187); }

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

background-color css

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

 a { background-color: rgb(207,140,187); }

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

border-color css

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

 span { border-color: rgb(207,140,187); }

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