Html Css Color HEX #C882AA Lily

📋 copy color: '#C882AA'

red 200 ◦ green 130 ◦ blue 170

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

Shades of Lily #C882AA

Tints of Lily #C882AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34%

R = 40%
G = 26%
B = 34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C882AA (or 0xC882AA) is known color: Lily. HEX triplet: C8, 82 and AA. RGB value is (200,130,170). Sum of RGB (Red+Green+Blue) = 200+130+170=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C882AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882AA is #377D55. Grayscale: #9B9B9B. Windows color (decimal): -3636566 or 11174600. OLE color: 11174600.

HSL color Cylindrical-coordinate representation of color #C882AA: hue angle of 325.71º 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 #C882AA is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 170 -
CMYK 0 0.35 0.15 0.22
HSL 325.71º 0.39% 0.65% -
HSV(B) 325.71º 0.35% 0.78% -
XYZ 39.06 31.15 41.98 -
YUV 155.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 200 130 170 0 0.35 0.15 0.22 325.71 0.39 0.65
Hex C8 82 AA 0 23 F 16 146 27 41
Octal 310 202 252 0 43 17 26 506 47 101
Binary 11001000 10000010 10101010 0 100011 1111 10110 101000110 100111 1000001

Color Harmonies of #C882AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882AA

Black with #C882AA

Text Example


Text Example

White with #C882AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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