Html Css Color HEX #CF8AB7 Lily

📋 copy color: '#CF8AB7'

red 207 ◦ green 138 ◦ blue 183

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

Shades of Lily #CF8AB7

Tints of Lily #CF8AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.66%

R = 39.2%
G = 26.14%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF8AB7 (or 0xCF8AB7) is known color: Lily. HEX triplet: CF, 8A and B7. RGB value is (207,138,183). Sum of RGB (Red+Green+Blue) = 207+138+183=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AB7 is #307548. Grayscale: #A3A3A3. Windows color (decimal): -3175753 or 12028623. OLE color: 12028623.

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

Color convert

RGB 207 138 183 -
CMYK 0 0.33 0.12 0.19
HSL 320.87º 0.42% 0.68% -
HSV(B) 320.87º 0.33% 0.81% -
XYZ 43.37 34.86 49.24 -
YUV 163.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 207 138 183 0 0.33 0.12 0.19 320.87 0.42 0.68
Hex CF 8A B7 0 21 C 13 141 2A 44
Octal 317 212 267 0 41 14 23 501 52 104
Binary 11001111 10001010 10110111 0 100001 1100 10011 101000001 101010 1000100

Color Harmonies of #CF8AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8AB7

Black with #CF8AB7

Text Example


Text Example

White with #CF8AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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