Html Css Color HEX #C88AAA Lily

📋 copy color: '#C88AAA'

red 200 ◦ green 138 ◦ blue 170

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

Shades of Lily #C88AAA

Tints of Lily #C88AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

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

R = 39.37%
G = 27.17%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C88AAA (or 0xC88AAA) is known color: Lily. HEX triplet: C8, 8A and AA. RGB value is (200,138,170). Sum of RGB (Red+Green+Blue) = 200+138+170=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AAA is #377555. Grayscale: #A0A0A0. Windows color (decimal): -3634518 or 11176648. OLE color: 11176648.

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

Color convert

RGB 200 138 170 -
CMYK 0 0.31 0.15 0.22
HSL 329.03º 0.36% 0.66% -
HSV(B) 329.03º 0.31% 0.78% -
XYZ 40.16 33.36 42.35 -
YUV 160.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 200 138 170 0 0.31 0.15 0.22 329.03 0.36 0.66
Hex C8 8A AA 0 1F F 16 149 24 42
Octal 310 212 252 0 37 17 26 511 44 102
Binary 11001000 10001010 10101010 0 11111 1111 10110 101001001 100100 1000010

Color Harmonies of #C88AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88AAA

Black with #C88AAA

Text Example


Text Example

White with #C88AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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