Html Css Color HEX #CA94BC Lily

📋 copy color: '#CA94BC'

red 202 ◦ green 148 ◦ blue 188

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

Shades of Lily #CA94BC

Tints of Lily #CA94BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 37.55%
G = 27.51%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA94BC (or 0xCA94BC) is known color: Lily. HEX triplet: CA, 94 and BC. RGB value is (202,148,188). Sum of RGB (Red+Green+Blue) = 202+148+188=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94BC is #356B43. Grayscale: #A8A8A8. Windows color (decimal): -3500868 or 12358858. OLE color: 12358858.

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

Color convert

RGB 202 148 188 -
CMYK 0 0.27 0.07 0.21
HSL 315.56º 0.34% 0.69% -
HSV(B) 315.56º 0.27% 0.79% -
XYZ 44.02 37.37 52.47 -
YUV 168.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 202 148 188 0 0.27 0.07 0.21 315.56 0.34 0.69
Hex CA 94 BC 0 1B 7 15 13C 22 45
Octal 312 224 274 0 33 7 25 474 42 105
Binary 11001010 10010100 10111100 0 11011 111 10101 100111100 100010 1000101

Color Harmonies of #CA94BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94BC

Black with #CA94BC

Text Example


Text Example

White with #CA94BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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