Html Css Color HEX #CA8EB0 Lily

📋 copy color: '#CA8EB0'

red 202 ◦ green 142 ◦ blue 176

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

Shades of Lily #CA8EB0

Tints of Lily #CA8EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 38.85%
G = 27.31%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA8EB0 (or 0xCA8EB0) is known color: Lily. HEX triplet: CA, 8E and B0. RGB value is (202,142,176). Sum of RGB (Red+Green+Blue) = 202+142+176=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8EB0 is #35714F. Grayscale: #A3A3A3. Windows color (decimal): -3502416 or 11570890. OLE color: 11570890.

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

Color convert

RGB 202 142 176 -
CMYK 0 0.30 0.13 0.21
HSL 326º 0.36% 0.67% -
HSV(B) 326º 0.3% 0.79% -
XYZ 41.87 35.04 45.63 -
YUV 163.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 202 142 176 0 0.30 0.13 0.21 326 0.36 0.67
Hex CA 8E B0 0 1E D 15 146 24 43
Octal 312 216 260 0 36 15 25 506 44 103
Binary 11001010 10001110 10110000 0 11110 1101 10101 101000110 100100 1000011

Color Harmonies of #CA8EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8EB0

Black with #CA8EB0

Text Example


Text Example

White with #CA8EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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