Html Css Color HEX #C881AF Lily

📋 copy color: '#C881AF'

red 200 ◦ green 129 ◦ blue 175

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

Shades of Lily #C881AF

Tints of Lily #C881AF

RGB

 RED value IS 200 (78.52% from 255) = 39.68%

 GREEN value IS 129 (50.78% from 255) = 25.6%

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

R = 39.68%
G = 25.6%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C881AF (or 0xC881AF) is known color: Lily. HEX triplet: C8, 81 and AF. RGB value is (200,129,175). Sum of RGB (Red+Green+Blue) = 200+129+175=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C881AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C881AF is #377E50. Grayscale: #9B9B9B. Windows color (decimal): -3636817 or 11502024. OLE color: 11502024.

HSL color Cylindrical-coordinate representation of color #C881AF: hue angle of 321.13º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C881AF is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 175 -
CMYK 0 0.36 0.12 0.22
HSL 321.13º 0.39% 0.65% -
HSV(B) 321.13º 0.36% 0.78% -
XYZ 39.41 31.08 44.48 -
YUV 155.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 200 129 175 0 0.36 0.12 0.22 321.13 0.39 0.65
Hex C8 81 AF 0 24 C 16 141 27 41
Octal 310 201 257 0 44 14 26 501 47 101
Binary 11001000 10000001 10101111 0 100100 1100 10110 101000001 100111 1000001

Color Harmonies of #C881AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881AF

Black with #C881AF

Text Example


Text Example

White with #C881AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881AF; }

 p { color: rgb(200,129,175); }

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

background-color css

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

 a { background-color: rgb(200,129,175); }

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

border-color css

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

 span { border-color: rgb(200,129,175); }

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