Html Css Color HEX #CC98AF Lily

📋 copy color: '#CC98AF'

red 204 ◦ green 152 ◦ blue 175

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

Shades of Lily #CC98AF

Tints of Lily #CC98AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.96%

R = 38.42%
G = 28.63%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC98AF (or 0xCC98AF) is known color: Lily. HEX triplet: CC, 98 and AF. RGB value is (204,152,175). Sum of RGB (Red+Green+Blue) = 204+152+175=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC98AF is #336750. Grayscale: #AAAAAA. Windows color (decimal): -3368785 or 11507916. OLE color: 11507916.

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

Color convert

RGB 204 152 175 -
CMYK 0 0.25 0.14 0.2
HSL 333.46º 0.34% 0.7% -
HSV(B) 333.46º 0.25% 0.8% -
XYZ 43.87 38.39 45.66 -
YUV 170.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 204 152 175 0 0.25 0.14 0.2 333.46 0.34 0.7
Hex CC 98 AF 0 19 E 14 14D 22 46
Octal 314 230 257 0 31 16 24 515 42 106
Binary 11001100 10011000 10101111 0 11001 1110 10100 101001101 100010 1000110

Color Harmonies of #CC98AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98AF

Black with #CC98AF

Text Example


Text Example

White with #CC98AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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