Html Css Color HEX #CA97AD Lily

📋 copy color: '#CA97AD'

red 202 ◦ green 151 ◦ blue 173

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

Shades of Lily #CA97AD

Tints of Lily #CA97AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 38.4%
G = 28.71%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA97AD (or 0xCA97AD) is known color: Lily. HEX triplet: CA, 97 and AD. RGB value is (202,151,173). Sum of RGB (Red+Green+Blue) = 202+151+173=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA97AD is #356852. Grayscale: #A8A8A8. Windows color (decimal): -3500115 or 11376586. OLE color: 11376586.

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

Color convert

RGB 202 151 173 -
CMYK 0 0.25 0.14 0.21
HSL 334.12º 0.32% 0.69% -
HSV(B) 334.12º 0.25% 0.79% -
XYZ 42.97 37.71 44.55 -
YUV 168.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 202 151 173 0 0.25 0.14 0.21 334.12 0.32 0.69
Hex CA 97 AD 0 19 E 15 14E 20 45
Octal 312 227 255 0 31 16 25 516 40 105
Binary 11001010 10010111 10101101 0 11001 1110 10101 101001110 100000 1000101

Color Harmonies of #CA97AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA97AD

Black with #CA97AD

Text Example


Text Example

White with #CA97AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA97AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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