Html Css Color HEX #CA94B2 Lily

📋 copy color: '#CA94B2'

red 202 ◦ green 148 ◦ blue 178

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

Shades of Lily #CA94B2

Tints of Lily #CA94B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 38.26%
G = 28.03%
B = 33.71%

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

#CA94B2 (or 0xCA94B2) is known color: Lily. HEX triplet: CA, 94 and B2. RGB value is (202,148,178). Sum of RGB (Red+Green+Blue) = 202+148+178=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA94B2 is #356B4D. Grayscale: #A7A7A7. Windows color (decimal): -3500878 or 11703498. OLE color: 11703498.

HSL color Cylindrical-coordinate representation of color #CA94B2: hue angle of 326.67º 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 #CA94B2 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 178 -
CMYK 0 0.27 0.12 0.21
HSL 326.67º 0.34% 0.69% -
HSV(B) 326.67º 0.27% 0.79% -
XYZ 42.98 36.95 46.99 -
YUV 167.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 202 148 178 0 0.27 0.12 0.21 326.67 0.34 0.69
Hex CA 94 B2 0 1B C 15 147 22 45
Octal 312 224 262 0 33 14 25 507 42 105
Binary 11001010 10010100 10110010 0 11011 1100 10101 101000111 100010 1000101

Color Harmonies of #CA94B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94B2

Black with #CA94B2

Text Example


Text Example

White with #CA94B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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