Html Css Color HEX #CC98BE Lily

📋 copy color: '#CC98BE'

red 204 ◦ green 152 ◦ blue 190

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

Shades of Lily #CC98BE

Tints of Lily #CC98BE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.84%

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

R = 37.36%
G = 27.84%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC98BE (or 0xCC98BE) is known color: Lily. HEX triplet: CC, 98 and BE. RGB value is (204,152,190). Sum of RGB (Red+Green+Blue) = 204+152+190=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98BE is #336741. Grayscale: #ABABAB. Windows color (decimal): -3368770 or 12490956. OLE color: 12490956.

HSL color Cylindrical-coordinate representation of color #CC98BE: hue angle of 316.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC98BE is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 190 -
CMYK 0 0.25 0.07 0.2
HSL 316.15º 0.34% 0.7% -
HSV(B) 316.15º 0.25% 0.8% -
XYZ 45.42 39.01 53.85 -
YUV 171.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 204 152 190 0 0.25 0.07 0.2 316.15 0.34 0.7
Hex CC 98 BE 0 19 7 14 13C 22 46
Octal 314 230 276 0 31 7 24 474 42 106
Binary 11001100 10011000 10111110 0 11001 111 10100 100111100 100010 1000110

Color Harmonies of #CC98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98BE

Black with #CC98BE

Text Example


Text Example

White with #CC98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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