Html Css Color HEX #CF9ABA Lily

📋 copy color: '#CF9ABA'

red 207 ◦ green 154 ◦ blue 186

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

Shades of Lily #CF9ABA

Tints of Lily #CF9ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.15%

 BLUE value IS 186 (73.05% from 255) = 34%

R = 37.84%
G = 28.15%
B = 34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF9ABA (or 0xCF9ABA) is known color: Lily. HEX triplet: CF, 9A and BA. RGB value is (207,154,186). Sum of RGB (Red+Green+Blue) = 207+154+186=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ABA is #306545. Grayscale: #ADADAD. Windows color (decimal): -3171654 or 12229327. OLE color: 12229327.

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

Color convert

RGB 207 154 186 -
CMYK 0 0.26 0.10 0.19
HSL 323.77º 0.36% 0.71% -
HSV(B) 323.77º 0.26% 0.81% -
XYZ 46.15 39.92 51.73 -
YUV 173.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 207 154 186 0 0.26 0.10 0.19 323.77 0.36 0.71
Hex CF 9A BA 0 1A A 13 144 24 47
Octal 317 232 272 0 32 12 23 504 44 107
Binary 11001111 10011010 10111010 0 11010 1010 10011 101000100 100100 1000111

Color Harmonies of #CF9ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9ABA

Black with #CF9ABA

Text Example


Text Example

White with #CF9ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9ABA; }

 p { color: rgb(207,154,186); }

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

background-color css

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

 a { background-color: rgb(207,154,186); }

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

border-color css

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

 span { border-color: rgb(207,154,186); }

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