Html Css Color HEX #C886B4 Lily

📋 copy color: '#C886B4'

red 200 ◦ green 134 ◦ blue 180

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

Shades of Lily #C886B4

Tints of Lily #C886B4

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.07%

 BLUE value IS 180 (70.7% from 255) = 35.02%

R = 38.91%
G = 26.07%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C886B4 (or 0xC886B4) is known color: Lily. HEX triplet: C8, 86 and B4. RGB value is (200,134,180). Sum of RGB (Red+Green+Blue) = 200+134+180=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C886B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886B4 is #37794B. Grayscale: #9E9E9E. Windows color (decimal): -3635532 or 11830984. OLE color: 11830984.

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

Color convert

RGB 200 134 180 -
CMYK 0 0.33 0.1 0.22
HSL 318.18º 0.38% 0.65% -
HSV(B) 318.18º 0.33% 0.78% -
XYZ 40.58 32.62 47.34 -
YUV 158.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 200 134 180 0 0.33 0.1 0.22 318.18 0.38 0.65
Hex C8 86 B4 0 21 A 16 13E 26 41
Octal 310 206 264 0 41 12 26 476 46 101
Binary 11001000 10000110 10110100 0 100001 1010 10110 100111110 100110 1000001

Color Harmonies of #C886B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886B4

Black with #C886B4

Text Example


Text Example

White with #C886B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886B4; }

 p { color: rgb(200,134,180); }

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

background-color css

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

 a { background-color: rgb(200,134,180); }

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

border-color css

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

 span { border-color: rgb(200,134,180); }

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