Html Css Color HEX #CA90AF Lily

📋 copy color: '#CA90AF'

red 202 ◦ green 144 ◦ blue 175

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

Shades of Lily #CA90AF

Tints of Lily #CA90AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.64%

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

R = 38.77%
G = 27.64%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA90AF (or 0xCA90AF) is known color: Lily. HEX triplet: CA, 90 and AF. RGB value is (202,144,175). Sum of RGB (Red+Green+Blue) = 202+144+175=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA90AF is #356F50. Grayscale: #A4A4A4. Windows color (decimal): -3501905 or 11505866. OLE color: 11505866.

HSL color Cylindrical-coordinate representation of color #CA90AF: hue angle of 327.93º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA90AF is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 144 175 -
CMYK 0 0.29 0.13 0.21
HSL 327.93º 0.35% 0.68% -
HSV(B) 327.93º 0.29% 0.79% -
XYZ 42.07 35.6 45.21 -
YUV 164.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 202 144 175 0 0.29 0.13 0.21 327.93 0.35 0.68
Hex CA 90 AF 0 1D D 15 148 23 44
Octal 312 220 257 0 35 15 25 510 43 104
Binary 11001010 10010000 10101111 0 11101 1101 10101 101001000 100011 1000100

Color Harmonies of #CA90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90AF

Black with #CA90AF

Text Example


Text Example

White with #CA90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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