Html Css Color HEX #C288A0 Viola

📋 copy color: '#C288A0'

red 194 ◦ green 136 ◦ blue 160

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

Shades of Viola #C288A0

Tints of Viola #C288A0

RGB

 RED value IS 194 (76.17% from 255) = 39.59%

 GREEN value IS 136 (53.52% from 255) = 27.76%

 BLUE value IS 160 (62.89% from 255) = 32.65%

R = 39.59%
G = 27.76%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C288A0 (or 0xC288A0) is known color: Viola. HEX triplet: C2, 88 and A0. RGB value is (194,136,160). Sum of RGB (Red+Green+Blue) = 194+136+160=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C288A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288A0 is #3D775F. Grayscale: #9C9C9C. Windows color (decimal): -4028256 or 10520770. OLE color: 10520770.

HSL color Cylindrical-coordinate representation of color #C288A0: hue angle of 335.17º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C288A0 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 160 -
CMYK 0 0.30 0.18 0.24
HSL 335.17º 0.32% 0.65% -
HSV(B) 335.17º 0.3% 0.76% -
XYZ 37.4 31.62 37.39 -
YUV 156.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 194 136 160 0 0.30 0.18 0.24 335.17 0.32 0.65
Hex C2 88 A0 0 1E 12 18 14F 20 41
Octal 302 210 240 0 36 22 30 517 40 101
Binary 11000010 10001000 10100000 0 11110 10010 11000 101001111 100000 1000001

Color Harmonies of #C288A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288A0

Black with #C288A0

Text Example


Text Example

White with #C288A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288A0; }

 p { color: rgb(194,136,160); }

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

background-color css

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

 a { background-color: rgb(194,136,160); }

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

border-color css

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

 span { border-color: rgb(194,136,160); }

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