Html Css Color HEX #C883AA Lily

📋 copy color: '#C883AA'

red 200 ◦ green 131 ◦ blue 170

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

Shades of Lily #C883AA

Tints of Lily #C883AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.15%

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

R = 39.92%
G = 26.15%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C883AA (or 0xC883AA) is known color: Lily. HEX triplet: C8, 83 and AA. RGB value is (200,131,170). Sum of RGB (Red+Green+Blue) = 200+131+170=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C883AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C883AA is #377C55. Grayscale: #9B9B9B. Windows color (decimal): -3636310 or 11174856. OLE color: 11174856.

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

Color convert

RGB 200 131 170 -
CMYK 0 0.34 0.15 0.22
HSL 326.09º 0.39% 0.65% -
HSV(B) 326.09º 0.35% 0.78% -
XYZ 39.19 31.41 42.03 -
YUV 156.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 200 131 170 0 0.34 0.15 0.22 326.09 0.39 0.65
Hex C8 83 AA 0 22 F 16 146 27 41
Octal 310 203 252 0 42 17 26 506 47 101
Binary 11001000 10000011 10101010 0 100010 1111 10110 101000110 100111 1000001

Color Harmonies of #C883AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883AA

Black with #C883AA

Text Example


Text Example

White with #C883AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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