Html Css Color HEX #C884AE Lily

📋 copy color: '#C884AE'

red 200 ◦ green 132 ◦ blue 174

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

Shades of Lily #C884AE

Tints of Lily #C884AE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.09%

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

R = 39.53%
G = 26.09%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C884AE (or 0xC884AE) is known color: Lily. HEX triplet: C8, 84 and AE. RGB value is (200,132,174). Sum of RGB (Red+Green+Blue) = 200+132+174=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C884AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884AE is #377B51. Grayscale: #9D9D9D. Windows color (decimal): -3636050 or 11437256. OLE color: 11437256.

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

Color convert

RGB 200 132 174 -
CMYK 0 0.34 0.13 0.22
HSL 322.94º 0.38% 0.65% -
HSV(B) 322.94º 0.34% 0.78% -
XYZ 39.71 31.84 44.1 -
YUV 157.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 200 132 174 0 0.34 0.13 0.22 322.94 0.38 0.65
Hex C8 84 AE 0 22 D 16 143 26 41
Octal 310 204 256 0 42 15 26 503 46 101
Binary 11001000 10000100 10101110 0 100010 1101 10110 101000011 100110 1000001

Color Harmonies of #C884AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884AE

Black with #C884AE

Text Example


Text Example

White with #C884AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884AE; }

 p { color: rgb(200,132,174); }

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

background-color css

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

 a { background-color: rgb(200,132,174); }

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

border-color css

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

 span { border-color: rgb(200,132,174); }

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