Html Css Color HEX #C99BAD Lily

📋 copy color: '#C99BAD'

red 201 ◦ green 155 ◦ blue 173

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

Shades of Lily #C99BAD

Tints of Lily #C99BAD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.3%

 BLUE value IS 173 (67.97% from 255) = 32.7%

R = 38%
G = 29.3%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C99BAD (or 0xC99BAD) is known color: Lily. HEX triplet: C9, 9B and AD. RGB value is (201,155,173). Sum of RGB (Red+Green+Blue) = 201+155+173=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99BAD is #366452. Grayscale: #AAAAAA. Windows color (decimal): -3564627 or 11377609. OLE color: 11377609.

HSL color Cylindrical-coordinate representation of color #C99BAD: hue angle of 336.52º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99BAD is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 155 173 -
CMYK 0 0.23 0.14 0.21
HSL 336.52º 0.3% 0.7% -
HSV(B) 336.52º 0.23% 0.79% -
XYZ 43.35 38.88 44.75 -
YUV 170.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 201 155 173 0 0.23 0.14 0.21 336.52 0.3 0.7
Hex C9 9B AD 0 17 E 15 151 1E 46
Octal 311 233 255 0 27 16 25 521 36 106
Binary 11001001 10011011 10101101 0 10111 1110 10101 101010001 11110 1000110

Color Harmonies of #C99BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BAD

Black with #C99BAD

Text Example


Text Example

White with #C99BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BAD; }

 p { color: rgb(201,155,173); }

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

background-color css

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

 a { background-color: rgb(201,155,173); }

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

border-color css

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

 span { border-color: rgb(201,155,173); }

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