Html Css Color HEX #CC94BA Lily

📋 copy color: '#CC94BA'

red 204 ◦ green 148 ◦ blue 186

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

Shades of Lily #CC94BA

Tints of Lily #CC94BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 37.92%
G = 27.51%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC94BA (or 0xCC94BA) is known color: Lily. HEX triplet: CC, 94 and BA. RGB value is (204,148,186). Sum of RGB (Red+Green+Blue) = 204+148+186=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94BA is #336B45. Grayscale: #A8A8A8. Windows color (decimal): -3369798 or 12227788. OLE color: 12227788.

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

Color convert

RGB 204 148 186 -
CMYK 0 0.27 0.09 0.2
HSL 319.29º 0.35% 0.69% -
HSV(B) 319.29º 0.27% 0.8% -
XYZ 44.35 37.56 51.37 -
YUV 169.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 204 148 186 0 0.27 0.09 0.2 319.29 0.35 0.69
Hex CC 94 BA 0 1B 9 14 13F 23 45
Octal 314 224 272 0 33 11 24 477 43 105
Binary 11001100 10010100 10111010 0 11011 1001 10100 100111111 100011 1000101

Color Harmonies of #CC94BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94BA

Black with #CC94BA

Text Example


Text Example

White with #CC94BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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