Html Css Color HEX #CC8FB8 Lily

📋 copy color: '#CC8FB8'

red 204 ◦ green 143 ◦ blue 184

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

Shades of Lily #CC8FB8

Tints of Lily #CC8FB8

RGB

 RED value IS 204 (80.08% from 255) = 38.42%

 GREEN value IS 143 (56.25% from 255) = 26.93%

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

R = 38.42%
G = 26.93%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC8FB8 (or 0xCC8FB8) is known color: Lily. HEX triplet: CC, 8F and B8. RGB value is (204,143,184). Sum of RGB (Red+Green+Blue) = 204+143+184=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FB8 is #337047. Grayscale: #A5A5A5. Windows color (decimal): -3371080 or 12095436. OLE color: 12095436.

HSL color Cylindrical-coordinate representation of color #CC8FB8: hue angle of 319.67º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FB8 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 143 184 -
CMYK 0 0.30 0.10 0.2
HSL 319.67º 0.37% 0.68% -
HSV(B) 319.67º 0.3% 0.8% -
XYZ 43.38 35.94 50 -
YUV 165.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 204 143 184 0 0.30 0.10 0.2 319.67 0.37 0.68
Hex CC 8F B8 0 1E A 14 140 25 44
Octal 314 217 270 0 36 12 24 500 45 104
Binary 11001100 10001111 10111000 0 11110 1010 10100 101000000 100101 1000100

Color Harmonies of #CC8FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FB8

Black with #CC8FB8

Text Example


Text Example

White with #CC8FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FB8; }

 p { color: rgb(204,143,184); }

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

background-color css

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

 a { background-color: rgb(204,143,184); }

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

border-color css

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

 span { border-color: rgb(204,143,184); }

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