Html Css Color HEX #CF8AB8 Lily

📋 copy color: '#CF8AB8'

red 207 ◦ green 138 ◦ blue 184

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

Shades of Lily #CF8AB8

Tints of Lily #CF8AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.78%

R = 39.13%
G = 26.09%
B = 34.78%

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

#CF8AB8 (or 0xCF8AB8) is known color: Lily. HEX triplet: CF, 8A and B8. RGB value is (207,138,184). Sum of RGB (Red+Green+Blue) = 207+138+184=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AB8 is #307547. Grayscale: #A3A3A3. Windows color (decimal): -3175752 or 12094159. OLE color: 12094159.

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

Color convert

RGB 207 138 184 -
CMYK 0 0.33 0.11 0.19
HSL 320º 0.42% 0.68% -
HSV(B) 320º 0.33% 0.81% -
XYZ 43.47 34.9 49.79 -
YUV 163.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 207 138 184 0 0.33 0.11 0.19 320 0.42 0.68
Hex CF 8A B8 0 21 B 13 140 2A 44
Octal 317 212 270 0 41 13 23 500 52 104
Binary 11001111 10001010 10111000 0 100001 1011 10011 101000000 101010 1000100

Color Harmonies of #CF8AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8AB8

Black with #CF8AB8

Text Example


Text Example

White with #CF8AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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