Html Css Color HEX #CA97BA Lily

📋 copy color: '#CA97BA'

red 202 ◦ green 151 ◦ blue 186

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

Shades of Lily #CA97BA

Tints of Lily #CA97BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.01%

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 37.48%
G = 28.01%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA97BA (or 0xCA97BA) is known color: Lily. HEX triplet: CA, 97 and BA. RGB value is (202,151,186). Sum of RGB (Red+Green+Blue) = 202+151+186=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97BA is #356845. Grayscale: #AAAAAA. Windows color (decimal): -3500102 or 12228554. OLE color: 12228554.

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

Color convert

RGB 202 151 186 -
CMYK 0 0.25 0.08 0.21
HSL 318.82º 0.32% 0.69% -
HSV(B) 318.82º 0.25% 0.79% -
XYZ 44.29 38.23 51.5 -
YUV 170.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 202 151 186 0 0.25 0.08 0.21 318.82 0.32 0.69
Hex CA 97 BA 0 19 8 15 13F 20 45
Octal 312 227 272 0 31 10 25 477 40 105
Binary 11001010 10010111 10111010 0 11001 1000 10101 100111111 100000 1000101

Color Harmonies of #CA97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA97BA

Black with #CA97BA

Text Example


Text Example

White with #CA97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA97BA; }

 p { color: rgb(202,151,186); }

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

background-color css

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

 a { background-color: rgb(202,151,186); }

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

border-color css

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

 span { border-color: rgb(202,151,186); }

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