Html Css Color HEX #CA80AF Lily

📋 copy color: '#CA80AF'

red 202 ◦ green 128 ◦ blue 175

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

Shades of Lily #CA80AF

Tints of Lily #CA80AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.35%

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

R = 40%
G = 25.35%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA80AF (or 0xCA80AF) is known color: Lily. HEX triplet: CA, 80 and AF. RGB value is (202,128,175). Sum of RGB (Red+Green+Blue) = 202+128+175=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80AF is #357F50. Grayscale: #9B9B9B. Windows color (decimal): -3506001 or 11501770. OLE color: 11501770.

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

Color convert

RGB 202 128 175 -
CMYK 0 0.37 0.13 0.21
HSL 321.89º 0.41% 0.65% -
HSV(B) 321.89º 0.37% 0.79% -
XYZ 39.81 31.09 44.46 -
YUV 155.48 139.02 161.18 -
System Red Green Blue C M Y K H S L
Decimal 202 128 175 0 0.37 0.13 0.21 321.89 0.41 0.65
Hex CA 80 AF 0 25 D 15 142 29 41
Octal 312 200 257 0 45 15 25 502 51 101
Binary 11001010 10000000 10101111 0 100101 1101 10101 101000010 101001 1000001

Color Harmonies of #CA80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80AF

Black with #CA80AF

Text Example


Text Example

White with #CA80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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