Html Css Color HEX #CC94BC Lily

📋 copy color: '#CC94BC'

red 204 ◦ green 148 ◦ blue 188

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

Shades of Lily #CC94BC

Tints of Lily #CC94BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.81%

R = 37.78%
G = 27.41%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC94BC (or 0xCC94BC) is known color: Lily. HEX triplet: CC, 94 and BC. RGB value is (204,148,188). Sum of RGB (Red+Green+Blue) = 204+148+188=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94BC is #336B43. Grayscale: #A9A9A9. Windows color (decimal): -3369796 or 12358860. OLE color: 12358860.

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

Color convert

RGB 204 148 188 -
CMYK 0 0.27 0.08 0.2
HSL 317.14º 0.35% 0.69% -
HSV(B) 317.14º 0.27% 0.8% -
XYZ 44.57 37.65 52.49 -
YUV 169.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 204 148 188 0 0.27 0.08 0.2 317.14 0.35 0.69
Hex CC 94 BC 0 1B 8 14 13D 23 45
Octal 314 224 274 0 33 10 24 475 43 105
Binary 11001100 10010100 10111100 0 11011 1000 10100 100111101 100011 1000101

Color Harmonies of #CC94BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94BC

Black with #CC94BC

Text Example


Text Example

White with #CC94BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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