Html Css Color HEX #CC8FB6 Lily

📋 copy color: '#CC8FB6'

red 204 ◦ green 143 ◦ blue 182

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

Shades of Lily #CC8FB6

Tints of Lily #CC8FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.4%

R = 38.56%
G = 27.03%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC8FB6 (or 0xCC8FB6) is known color: Lily. HEX triplet: CC, 8F and B6. RGB value is (204,143,182). Sum of RGB (Red+Green+Blue) = 204+143+182=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FB6 is #337049. Grayscale: #A5A5A5. Windows color (decimal): -3371082 or 11964364. OLE color: 11964364.

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

Color convert

RGB 204 143 182 -
CMYK 0 0.30 0.11 0.2
HSL 321.64º 0.37% 0.68% -
HSV(B) 321.64º 0.3% 0.8% -
XYZ 43.17 35.86 48.9 -
YUV 165.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 204 143 182 0 0.30 0.11 0.2 321.64 0.37 0.68
Hex CC 8F B6 0 1E B 14 142 25 44
Octal 314 217 266 0 36 13 24 502 45 104
Binary 11001100 10001111 10110110 0 11110 1011 10100 101000010 100101 1000100

Color Harmonies of #CC8FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FB6

Black with #CC8FB6

Text Example


Text Example

White with #CC8FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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