Html Css Color HEX #CC94BE Lily

📋 copy color: '#CC94BE'

red 204 ◦ green 148 ◦ blue 190

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

Shades of Lily #CC94BE

Tints of Lily #CC94BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 37.64%
G = 27.31%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC94BE (or 0xCC94BE) is known color: Lily. HEX triplet: CC, 94 and BE. RGB value is (204,148,190). Sum of RGB (Red+Green+Blue) = 204+148+190=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94BE is #336B41. Grayscale: #A9A9A9. Windows color (decimal): -3369794 or 12489932. OLE color: 12489932.

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

Color convert

RGB 204 148 190 -
CMYK 0 0.27 0.07 0.2
HSL 315º 0.35% 0.69% -
HSV(B) 315º 0.27% 0.8% -
XYZ 44.79 37.73 53.64 -
YUV 169.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 204 148 190 0 0.27 0.07 0.2 315 0.35 0.69
Hex CC 94 BE 0 1B 7 14 13B 23 45
Octal 314 224 276 0 33 7 24 473 43 105
Binary 11001100 10010100 10111110 0 11011 111 10100 100111011 100011 1000101

Color Harmonies of #CC94BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94BE

Black with #CC94BE

Text Example


Text Example

White with #CC94BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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