Html Css Color HEX #C995AF Lily

📋 copy color: '#C995AF'

red 201 ◦ green 149 ◦ blue 175

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

Shades of Lily #C995AF

Tints of Lily #C995AF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.38%

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

R = 38.29%
G = 28.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C995AF (or 0xC995AF) is known color: Lily. HEX triplet: C9, 95 and AF. RGB value is (201,149,175). Sum of RGB (Red+Green+Blue) = 201+149+175=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C995AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C995AF is #366A50. Grayscale: #A7A7A7. Windows color (decimal): -3566161 or 11507145. OLE color: 11507145.

HSL color Cylindrical-coordinate representation of color #C995AF: hue angle of 330º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C995AF is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 175 -
CMYK 0 0.26 0.13 0.21
HSL 330º 0.33% 0.69% -
HSV(B) 330º 0.26% 0.79% -
XYZ 42.57 37.01 45.46 -
YUV 167.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 201 149 175 0 0.26 0.13 0.21 330 0.33 0.69
Hex C9 95 AF 0 1A D 15 14A 20 45
Octal 311 225 257 0 32 15 25 512 40 105
Binary 11001001 10010101 10101111 0 11010 1101 10101 101001010 100000 1000101

Color Harmonies of #C995AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995AF

Black with #C995AF

Text Example


Text Example

White with #C995AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995AF; }

 p { color: rgb(201,149,175); }

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

background-color css

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

 a { background-color: rgb(201,149,175); }

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

border-color css

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

 span { border-color: rgb(201,149,175); }

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