Html Css Color HEX #CA8FB8 Lily

📋 copy color: '#CA8FB8'

red 202 ◦ green 143 ◦ blue 184

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

Shades of Lily #CA8FB8

Tints of Lily #CA8FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.78%

R = 38.19%
G = 27.03%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA8FB8 (or 0xCA8FB8) is known color: Lily. HEX triplet: CA, 8F and B8. RGB value is (202,143,184). Sum of RGB (Red+Green+Blue) = 202+143+184=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FB8 is #357047. Grayscale: #A5A5A5. Windows color (decimal): -3502152 or 12095434. OLE color: 12095434.

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

Color convert

RGB 202 143 184 -
CMYK 0 0.29 0.09 0.21
HSL 318.31º 0.36% 0.68% -
HSV(B) 318.31º 0.29% 0.79% -
XYZ 42.83 35.66 49.97 -
YUV 165.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 202 143 184 0 0.29 0.09 0.21 318.31 0.36 0.68
Hex CA 8F B8 0 1D 9 15 13E 24 44
Octal 312 217 270 0 35 11 25 476 44 104
Binary 11001010 10001111 10111000 0 11101 1001 10101 100111110 100100 1000100

Color Harmonies of #CA8FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FB8

Black with #CA8FB8

Text Example


Text Example

White with #CA8FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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