Html Css Color HEX #CC94BF Lily

📋 copy color: '#CC94BF'

red 204 ◦ green 148 ◦ blue 191

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

Shades of Lily #CC94BF

Tints of Lily #CC94BF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.26%

 BLUE value IS 191 (75% from 255) = 35.17%

R = 37.57%
G = 27.26%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC94BF (or 0xCC94BF) is known color: Lily. HEX triplet: CC, 94 and BF. RGB value is (204,148,191). Sum of RGB (Red+Green+Blue) = 204+148+191=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94BF is #336B40. Grayscale: #A9A9A9. Windows color (decimal): -3369793 or 12555468. OLE color: 12555468.

HSL color Cylindrical-coordinate representation of color #CC94BF: hue angle of 313.93º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC94BF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 191 -
CMYK 0 0.27 0.06 0.2
HSL 313.93º 0.35% 0.69% -
HSV(B) 313.93º 0.27% 0.8% -
XYZ 44.9 37.78 54.22 -
YUV 169.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 204 148 191 0 0.27 0.06 0.2 313.93 0.35 0.69
Hex CC 94 BF 0 1B 6 14 13A 23 45
Octal 314 224 277 0 33 6 24 472 43 105
Binary 11001100 10010100 10111111 0 11011 110 10100 100111010 100011 1000101

Color Harmonies of #CC94BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94BF

Black with #CC94BF

Text Example


Text Example

White with #CC94BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94BF; }

 p { color: rgb(204,148,191); }

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

background-color css

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

 a { background-color: rgb(204,148,191); }

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

border-color css

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

 span { border-color: rgb(204,148,191); }

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