Html Css Color HEX #CF8AB9 Lily

📋 copy color: '#CF8AB9'

red 207 ◦ green 138 ◦ blue 185

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

Shades of Lily #CF8AB9

Tints of Lily #CF8AB9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.04%

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 39.06%
G = 26.04%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF8AB9 (or 0xCF8AB9) is known color: Lily. HEX triplet: CF, 8A and B9. RGB value is (207,138,185). Sum of RGB (Red+Green+Blue) = 207+138+185=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AB9 is #307546. Grayscale: #A3A3A3. Windows color (decimal): -3175751 or 12159695. OLE color: 12159695.

HSL color Cylindrical-coordinate representation of color #CF8AB9: hue angle of 319.13º degrees, saturation: 0.42, 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 #CF8AB9 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 185 -
CMYK 0 0.33 0.11 0.19
HSL 319.13º 0.42% 0.68% -
HSV(B) 319.13º 0.33% 0.81% -
XYZ 43.58 34.95 50.35 -
YUV 163.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 207 138 185 0 0.33 0.11 0.19 319.13 0.42 0.68
Hex CF 8A B9 0 21 B 13 13F 2A 44
Octal 317 212 271 0 41 13 23 477 52 104
Binary 11001111 10001010 10111001 0 100001 1011 10011 100111111 101010 1000100

Color Harmonies of #CF8AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8AB9

Black with #CF8AB9

Text Example


Text Example

White with #CF8AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8AB9; }

 p { color: rgb(207,138,185); }

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

background-color css

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

 a { background-color: rgb(207,138,185); }

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

border-color css

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

 span { border-color: rgb(207,138,185); }

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