Html Css Color HEX #CF8CAF Lily

📋 copy color: '#CF8CAF'

red 207 ◦ green 140 ◦ blue 175

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

Shades of Lily #CF8CAF

Tints of Lily #CF8CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.52%

R = 39.66%
G = 26.82%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF8CAF (or 0xCF8CAF) is known color: Lily. HEX triplet: CF, 8C and AF. RGB value is (207,140,175). Sum of RGB (Red+Green+Blue) = 207+140+175=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8CAF is #307350. Grayscale: #A3A3A3. Windows color (decimal): -3175249 or 11504847. OLE color: 11504847.

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

Color convert

RGB 207 140 175 -
CMYK 0 0.32 0.15 0.19
HSL 328.66º 0.41% 0.68% -
HSV(B) 328.66º 0.32% 0.81% -
XYZ 42.85 35.12 45.08 -
YUV 164.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 207 140 175 0 0.32 0.15 0.19 328.66 0.41 0.68
Hex CF 8C AF 0 20 F 13 149 29 44
Octal 317 214 257 0 40 17 23 511 51 104
Binary 11001111 10001100 10101111 0 100000 1111 10011 101001001 101001 1000100

Color Harmonies of #CF8CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8CAF

Black with #CF8CAF

Text Example


Text Example

White with #CF8CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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