Html Css Color HEX #CA94B1 Lily

📋 copy color: '#CA94B1'

red 202 ◦ green 148 ◦ blue 177

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

Shades of Lily #CA94B1

Tints of Lily #CA94B1

RGB

 RED value IS 202 (79.3% from 255) = 38.33%

 GREEN value IS 148 (58.2% from 255) = 28.08%

 BLUE value IS 177 (69.53% from 255) = 33.59%

R = 38.33%
G = 28.08%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA94B1 (or 0xCA94B1) is known color: Lily. HEX triplet: CA, 94 and B1. RGB value is (202,148,177). Sum of RGB (Red+Green+Blue) = 202+148+177=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA94B1 is #356B4E. Grayscale: #A7A7A7. Windows color (decimal): -3500879 or 11637962. OLE color: 11637962.

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

Color convert

RGB 202 148 177 -
CMYK 0 0.27 0.12 0.21
HSL 327.78º 0.34% 0.69% -
HSV(B) 327.78º 0.27% 0.79% -
XYZ 42.88 36.91 46.46 -
YUV 167.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 202 148 177 0 0.27 0.12 0.21 327.78 0.34 0.69
Hex CA 94 B1 0 1B C 15 148 22 45
Octal 312 224 261 0 33 14 25 510 42 105
Binary 11001010 10010100 10110001 0 11011 1100 10101 101001000 100010 1000101

Color Harmonies of #CA94B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94B1

Black with #CA94B1

Text Example


Text Example

White with #CA94B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94B1; }

 p { color: rgb(202,148,177); }

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

background-color css

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

 a { background-color: rgb(202,148,177); }

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

border-color css

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

 span { border-color: rgb(202,148,177); }

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