Html Css Color HEX #CA98AF Lily

📋 copy color: '#CA98AF'

red 202 ◦ green 152 ◦ blue 175

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

Shades of Lily #CA98AF

Tints of Lily #CA98AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 38.19%
G = 28.73%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA98AF (or 0xCA98AF) is known color: Lily. HEX triplet: CA, 98 and AF. RGB value is (202,152,175). Sum of RGB (Red+Green+Blue) = 202+152+175=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98AF is #356750. Grayscale: #A9A9A9. Windows color (decimal): -3499857 or 11507914. OLE color: 11507914.

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

Color convert

RGB 202 152 175 -
CMYK 0 0.25 0.13 0.21
HSL 332.4º 0.32% 0.69% -
HSV(B) 332.4º 0.25% 0.79% -
XYZ 43.32 38.11 45.63 -
YUV 169.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 202 152 175 0 0.25 0.13 0.21 332.4 0.32 0.69
Hex CA 98 AF 0 19 D 15 14C 20 45
Octal 312 230 257 0 31 15 25 514 40 105
Binary 11001010 10011000 10101111 0 11001 1101 10101 101001100 100000 1000101

Color Harmonies of #CA98AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98AF

Black with #CA98AF

Text Example


Text Example

White with #CA98AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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