Html Css Color HEX #CA91B8 Lily

📋 copy color: '#CA91B8'

red 202 ◦ green 145 ◦ blue 184

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

Shades of Lily #CA91B8

Tints of Lily #CA91B8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.31%

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 38.04%
G = 27.31%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA91B8 (or 0xCA91B8) is known color: Lily. HEX triplet: CA, 91 and B8. RGB value is (202,145,184). Sum of RGB (Red+Green+Blue) = 202+145+184=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91B8 is #356E47. Grayscale: #A6A6A6. Windows color (decimal): -3501640 or 12095946. OLE color: 12095946.

HSL color Cylindrical-coordinate representation of color #CA91B8: hue angle of 318.95º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA91B8 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 145 184 -
CMYK 0 0.28 0.09 0.21
HSL 318.95º 0.35% 0.68% -
HSV(B) 318.95º 0.28% 0.79% -
XYZ 43.13 36.27 50.07 -
YUV 166.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 202 145 184 0 0.28 0.09 0.21 318.95 0.35 0.68
Hex CA 91 B8 0 1C 9 15 13F 23 44
Octal 312 221 270 0 34 11 25 477 43 104
Binary 11001010 10010001 10111000 0 11100 1001 10101 100111111 100011 1000100

Color Harmonies of #CA91B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA91B8

Black with #CA91B8

Text Example


Text Example

White with #CA91B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA91B8; }

 p { color: rgb(202,145,184); }

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

background-color css

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

 a { background-color: rgb(202,145,184); }

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

border-color css

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

 span { border-color: rgb(202,145,184); }

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