Html Css Color HEX #C88BAA Lily

📋 copy color: '#C88BAA'

red 200 ◦ green 139 ◦ blue 170

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

Shades of Lily #C88BAA

Tints of Lily #C88BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.31%

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

R = 39.29%
G = 27.31%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C88BAA (or 0xC88BAA) is known color: Lily. HEX triplet: C8, 8B and AA. RGB value is (200,139,170). Sum of RGB (Red+Green+Blue) = 200+139+170=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88BAA is #377455. Grayscale: #A0A0A0. Windows color (decimal): -3634262 or 11176904. OLE color: 11176904.

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

Color convert

RGB 200 139 170 -
CMYK 0 0.30 0.15 0.22
HSL 329.51º 0.36% 0.66% -
HSV(B) 329.51º 0.31% 0.78% -
XYZ 40.31 33.65 42.4 -
YUV 160.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 200 139 170 0 0.30 0.15 0.22 329.51 0.36 0.66
Hex C8 8B AA 0 1E F 16 14A 24 42
Octal 310 213 252 0 36 17 26 512 44 102
Binary 11001000 10001011 10101010 0 11110 1111 10110 101001010 100100 1000010

Color Harmonies of #C88BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88BAA

Black with #C88BAA

Text Example


Text Example

White with #C88BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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