Html Css Color HEX #C98CB4 Lily

📋 copy color: '#C98CB4'

red 201 ◦ green 140 ◦ blue 180

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

Shades of Lily #C98CB4

Tints of Lily #C98CB4

RGB

 RED value IS 201 (78.91% from 255) = 38.58%

 GREEN value IS 140 (55.08% from 255) = 26.87%

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 38.58%
G = 26.87%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C98CB4 (or 0xC98CB4) is known color: Lily. HEX triplet: C9, 8C and B4. RGB value is (201,140,180). Sum of RGB (Red+Green+Blue) = 201+140+180=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CB4 is #36734B. Grayscale: #A2A2A2. Windows color (decimal): -3568460 or 11832521. OLE color: 11832521.

HSL color Cylindrical-coordinate representation of color #C98CB4: hue angle of 320.66º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98CB4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 140 180 -
CMYK 0 0.30 0.10 0.21
HSL 320.66º 0.36% 0.67% -
HSV(B) 320.66º 0.3% 0.79% -
XYZ 41.7 34.47 47.64 -
YUV 162.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 201 140 180 0 0.30 0.10 0.21 320.66 0.36 0.67
Hex C9 8C B4 0 1E A 15 141 24 43
Octal 311 214 264 0 36 12 25 501 44 103
Binary 11001001 10001100 10110100 0 11110 1010 10101 101000001 100100 1000011

Color Harmonies of #C98CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CB4

Black with #C98CB4

Text Example


Text Example

White with #C98CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CB4; }

 p { color: rgb(201,140,180); }

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

background-color css

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

 a { background-color: rgb(201,140,180); }

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

border-color css

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

 span { border-color: rgb(201,140,180); }

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