Html Css Color HEX #CA98BE Lily

📋 copy color: '#CA98BE'

red 202 ◦ green 152 ◦ blue 190

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

Shades of Lily #CA98BE

Tints of Lily #CA98BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 37.13%
G = 27.94%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA98BE (or 0xCA98BE) is known color: Lily. HEX triplet: CA, 98 and BE. RGB value is (202,152,190). Sum of RGB (Red+Green+Blue) = 202+152+190=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98BE is #356741. Grayscale: #ABABAB. Windows color (decimal): -3499842 or 12490954. OLE color: 12490954.

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

Color convert

RGB 202 152 190 -
CMYK 0 0.25 0.06 0.21
HSL 314.4º 0.32% 0.69% -
HSV(B) 314.4º 0.25% 0.79% -
XYZ 44.88 38.73 53.83 -
YUV 171.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 202 152 190 0 0.25 0.06 0.21 314.4 0.32 0.69
Hex CA 98 BE 0 19 6 15 13A 20 45
Octal 312 230 276 0 31 6 25 472 40 105
Binary 11001010 10011000 10111110 0 11001 110 10101 100111010 100000 1000101

Color Harmonies of #CA98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98BE

Black with #CA98BE

Text Example


Text Example

White with #CA98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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