Html Css Color HEX #CA86AF Lily

📋 copy color: '#CA86AF'

red 202 ◦ green 134 ◦ blue 175

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

Shades of Lily #CA86AF

Tints of Lily #CA86AF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.22%

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 39.53%
G = 26.22%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA86AF (or 0xCA86AF) is known color: Lily. HEX triplet: CA, 86 and AF. RGB value is (202,134,175). Sum of RGB (Red+Green+Blue) = 202+134+175=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA86AF is #357950. Grayscale: #9E9E9E. Windows color (decimal): -3504465 or 11503306. OLE color: 11503306.

HSL color Cylindrical-coordinate representation of color #CA86AF: hue angle of 323.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA86AF is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 134 175 -
CMYK 0 0.34 0.13 0.21
HSL 323.82º 0.39% 0.66% -
HSV(B) 323.82º 0.34% 0.79% -
XYZ 40.62 32.7 44.73 -
YUV 159.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 202 134 175 0 0.34 0.13 0.21 323.82 0.39 0.66
Hex CA 86 AF 0 22 D 15 144 27 42
Octal 312 206 257 0 42 15 25 504 47 102
Binary 11001010 10000110 10101111 0 100010 1101 10101 101000100 100111 1000010

Color Harmonies of #CA86AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA86AF

Black with #CA86AF

Text Example


Text Example

White with #CA86AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA86AF; }

 p { color: rgb(202,134,175); }

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

background-color css

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

 a { background-color: rgb(202,134,175); }

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

border-color css

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

 span { border-color: rgb(202,134,175); }

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