Html Css Color HEX #CA88B9 Lily

📋 copy color: '#CA88B9'

red 202 ◦ green 136 ◦ blue 185

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

Shades of Lily #CA88B9

Tints of Lily #CA88B9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26%

 BLUE value IS 185 (72.66% from 255) = 35.37%

R = 38.62%
G = 26%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA88B9 (or 0xCA88B9) is known color: Lily. HEX triplet: CA, 88 and B9. RGB value is (202,136,185). Sum of RGB (Red+Green+Blue) = 202+136+185=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88B9 is #357746. Grayscale: #A1A1A1. Windows color (decimal): -3503943 or 12159178. OLE color: 12159178.

HSL color Cylindrical-coordinate representation of color #CA88B9: hue angle of 315.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA88B9 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 185 -
CMYK 0 0.33 0.08 0.21
HSL 315.45º 0.38% 0.66% -
HSV(B) 315.45º 0.33% 0.79% -
XYZ 41.92 33.67 50.19 -
YUV 161.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 202 136 185 0 0.33 0.08 0.21 315.45 0.38 0.66
Hex CA 88 B9 0 21 8 15 13B 26 42
Octal 312 210 271 0 41 10 25 473 46 102
Binary 11001010 10001000 10111001 0 100001 1000 10101 100111011 100110 1000010

Color Harmonies of #CA88B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88B9

Black with #CA88B9

Text Example


Text Example

White with #CA88B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88B9; }

 p { color: rgb(202,136,185); }

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

background-color css

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

 a { background-color: rgb(202,136,185); }

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

border-color css

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

 span { border-color: rgb(202,136,185); }

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