Html Css Color HEX #C882AE Lily

📋 copy color: '#C882AE'

red 200 ◦ green 130 ◦ blue 174

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

Shades of Lily #C882AE

Tints of Lily #C882AE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.79%

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

R = 39.68%
G = 25.79%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C882AE (or 0xC882AE) is known color: Lily. HEX triplet: C8, 82 and AE. RGB value is (200,130,174). Sum of RGB (Red+Green+Blue) = 200+130+174=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C882AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882AE is #377D51. Grayscale: #9B9B9B. Windows color (decimal): -3636562 or 11436744. OLE color: 11436744.

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

Color convert

RGB 200 130 174 -
CMYK 0 0.35 0.13 0.22
HSL 322.29º 0.39% 0.65% -
HSV(B) 322.29º 0.35% 0.78% -
XYZ 39.44 31.3 44.01 -
YUV 155.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 200 130 174 0 0.35 0.13 0.22 322.29 0.39 0.65
Hex C8 82 AE 0 23 D 16 142 27 41
Octal 310 202 256 0 43 15 26 502 47 101
Binary 11001000 10000010 10101110 0 100011 1101 10110 101000010 100111 1000001

Color Harmonies of #C882AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882AE

Black with #C882AE

Text Example


Text Example

White with #C882AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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