Html Css Color HEX #C884A8 Viola

📋 copy color: '#C884A8'

red 200 ◦ green 132 ◦ blue 168

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

Shades of Viola #C884A8

Tints of Viola #C884A8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.4%

 BLUE value IS 168 (66.02% from 255) = 33.6%

R = 40%
G = 26.4%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C884A8 (or 0xC884A8) is known color: Viola. HEX triplet: C8, 84 and A8. RGB value is (200,132,168). Sum of RGB (Red+Green+Blue) = 200+132+168=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C884A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884A8 is #377B57. Grayscale: #9C9C9C. Windows color (decimal): -3636056 or 11044040. OLE color: 11044040.

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

Color convert

RGB 200 132 168 -
CMYK 0 0.34 0.16 0.22
HSL 328.24º 0.38% 0.65% -
HSV(B) 328.24º 0.34% 0.78% -
XYZ 39.14 31.61 41.08 -
YUV 156.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 200 132 168 0 0.34 0.16 0.22 328.24 0.38 0.65
Hex C8 84 A8 0 22 10 16 148 26 41
Octal 310 204 250 0 42 20 26 510 46 101
Binary 11001000 10000100 10101000 0 100010 10000 10110 101001000 100110 1000001

Color Harmonies of #C884A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884A8

Black with #C884A8

Text Example


Text Example

White with #C884A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884A8; }

 p { color: rgb(200,132,168); }

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

background-color css

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

 a { background-color: rgb(200,132,168); }

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

border-color css

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

 span { border-color: rgb(200,132,168); }

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