Html Css Color HEX #CA8EAC Lily

📋 copy color: '#CA8EAC'

red 202 ◦ green 142 ◦ blue 172

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

Shades of Lily #CA8EAC

Tints of Lily #CA8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.52%

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

R = 39.15%
G = 27.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA8EAC (or 0xCA8EAC) is known color: Lily. HEX triplet: CA, 8E and AC. RGB value is (202,142,172). Sum of RGB (Red+Green+Blue) = 202+142+172=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8EAC is #357153. Grayscale: #A3A3A3. Windows color (decimal): -3502420 or 11308746. OLE color: 11308746.

HSL color Cylindrical-coordinate representation of color #CA8EAC: hue angle of 330º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8EAC is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 142 172 -
CMYK 0 0.30 0.15 0.21
HSL 330º 0.36% 0.67% -
HSV(B) 330º 0.3% 0.79% -
XYZ 41.48 34.88 43.58 -
YUV 163.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 202 142 172 0 0.30 0.15 0.21 330 0.36 0.67
Hex CA 8E AC 0 1E F 15 14A 24 43
Octal 312 216 254 0 36 17 25 512 44 103
Binary 11001010 10001110 10101100 0 11110 1111 10101 101001010 100100 1000011

Color Harmonies of #CA8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8EAC

Black with #CA8EAC

Text Example


Text Example

White with #CA8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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