Html Css Color HEX #CA8FAE Lily

📋 copy color: '#CA8FAE'

red 202 ◦ green 143 ◦ blue 174

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

Shades of Lily #CA8FAE

Tints of Lily #CA8FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.55%

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 38.92%
G = 27.55%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA8FAE (or 0xCA8FAE) is known color: Lily. HEX triplet: CA, 8F and AE. RGB value is (202,143,174). Sum of RGB (Red+Green+Blue) = 202+143+174=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8FAE is #357051. Grayscale: #A4A4A4. Windows color (decimal): -3502162 or 11440074. OLE color: 11440074.

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

Color convert

RGB 202 143 174 -
CMYK 0 0.29 0.14 0.21
HSL 328.47º 0.36% 0.68% -
HSV(B) 328.47º 0.29% 0.79% -
XYZ 41.82 35.26 44.65 -
YUV 164.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 202 143 174 0 0.29 0.14 0.21 328.47 0.36 0.68
Hex CA 8F AE 0 1D E 15 148 24 44
Octal 312 217 256 0 35 16 25 510 44 104
Binary 11001010 10001111 10101110 0 11101 1110 10101 101001000 100100 1000100

Color Harmonies of #CA8FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FAE

Black with #CA8FAE

Text Example


Text Example

White with #CA8FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FAE; }

 p { color: rgb(202,143,174); }

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

background-color css

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

 a { background-color: rgb(202,143,174); }

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

border-color css

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

 span { border-color: rgb(202,143,174); }

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