Html Css Color HEX #CA8BAE Lily

📋 copy color: '#CA8BAE'

red 202 ◦ green 139 ◦ blue 174

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

Shades of Lily #CA8BAE

Tints of Lily #CA8BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.99%

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

R = 39.22%
G = 26.99%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA8BAE (or 0xCA8BAE) is known color: Lily. HEX triplet: CA, 8B and AE. RGB value is (202,139,174). Sum of RGB (Red+Green+Blue) = 202+139+174=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8BAE is #357451. Grayscale: #A1A1A1. Windows color (decimal): -3503186 or 11439050. OLE color: 11439050.

HSL color Cylindrical-coordinate representation of color #CA8BAE: hue angle of 326.67º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8BAE is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 139 174 -
CMYK 0 0.31 0.14 0.21
HSL 326.67º 0.37% 0.67% -
HSV(B) 326.67º 0.31% 0.79% -
XYZ 41.23 34.08 44.45 -
YUV 161.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 202 139 174 0 0.31 0.14 0.21 326.67 0.37 0.67
Hex CA 8B AE 0 1F E 15 147 25 43
Octal 312 213 256 0 37 16 25 507 45 103
Binary 11001010 10001011 10101110 0 11111 1110 10101 101000111 100101 1000011

Color Harmonies of #CA8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8BAE

Black with #CA8BAE

Text Example


Text Example

White with #CA8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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