Html Css Color HEX #CF8BAF Lily

📋 copy color: '#CF8BAF'

red 207 ◦ green 139 ◦ blue 175

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

Shades of Lily #CF8BAF

Tints of Lily #CF8BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.68%

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

R = 39.73%
G = 26.68%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF8BAF (or 0xCF8BAF) is known color: Lily. HEX triplet: CF, 8B and AF. RGB value is (207,139,175). Sum of RGB (Red+Green+Blue) = 207+139+175=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8BAF is #307450. Grayscale: #A3A3A3. Windows color (decimal): -3175505 or 11504591. OLE color: 11504591.

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

Color convert

RGB 207 139 175 -
CMYK 0 0.33 0.15 0.19
HSL 328.24º 0.41% 0.68% -
HSV(B) 328.24º 0.33% 0.81% -
XYZ 42.7 34.83 45.03 -
YUV 163.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 207 139 175 0 0.33 0.15 0.19 328.24 0.41 0.68
Hex CF 8B AF 0 21 F 13 148 29 44
Octal 317 213 257 0 41 17 23 510 51 104
Binary 11001111 10001011 10101111 0 100001 1111 10011 101001000 101001 1000100

Color Harmonies of #CF8BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8BAF

Black with #CF8BAF

Text Example


Text Example

White with #CF8BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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