Html Css Color HEX #CA98AC Lily

📋 copy color: '#CA98AC'

red 202 ◦ green 152 ◦ blue 172

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

Shades of Lily #CA98AC

Tints of Lily #CA98AC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.9%

 BLUE value IS 172 (67.58% from 255) = 32.7%

R = 38.4%
G = 28.9%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA98AC (or 0xCA98AC) is known color: Lily. HEX triplet: CA, 98 and AC. RGB value is (202,152,172). Sum of RGB (Red+Green+Blue) = 202+152+172=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98AC is #356753. Grayscale: #A9A9A9. Windows color (decimal): -3499860 or 11311306. OLE color: 11311306.

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

Color convert

RGB 202 152 172 -
CMYK 0 0.25 0.15 0.21
HSL 336º 0.32% 0.69% -
HSV(B) 336º 0.25% 0.79% -
XYZ 43.03 37.99 44.09 -
YUV 169.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 202 152 172 0 0.25 0.15 0.21 336 0.32 0.69
Hex CA 98 AC 0 19 F 15 150 20 45
Octal 312 230 254 0 31 17 25 520 40 105
Binary 11001010 10011000 10101100 0 11001 1111 10101 101010000 100000 1000101

Color Harmonies of #CA98AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98AC

Black with #CA98AC

Text Example


Text Example

White with #CA98AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98AC; }

 p { color: rgb(202,152,172); }

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

background-color css

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

 a { background-color: rgb(202,152,172); }

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

border-color css

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

 span { border-color: rgb(202,152,172); }

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