Html Css Color HEX #C388A0 Viola

📋 copy color: '#C388A0'

red 195 ◦ green 136 ◦ blue 160

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

Shades of Viola #C388A0

Tints of Viola #C388A0

RGB

 RED value IS 195 (76.56% from 255) = 39.71%

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

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

R = 39.71%
G = 27.7%
B = 32.59%

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

#C388A0 (or 0xC388A0) is known color: Viola. HEX triplet: C3, 88 and A0. RGB value is (195,136,160). Sum of RGB (Red+Green+Blue) = 195+136+160=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C388A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388A0 is #3C775F. Grayscale: #9C9C9C. Windows color (decimal): -3962720 or 10520771. OLE color: 10520771.

HSL color Cylindrical-coordinate representation of color #C388A0: hue angle of 335.59º degrees, saturation: 0.33, 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 #C388A0 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 160 -
CMYK 0 0.30 0.18 0.24
HSL 335.59º 0.33% 0.65% -
HSV(B) 335.59º 0.3% 0.76% -
XYZ 37.66 31.75 37.4 -
YUV 156.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 195 136 160 0 0.30 0.18 0.24 335.59 0.33 0.65
Hex C3 88 A0 0 1E 12 18 150 21 41
Octal 303 210 240 0 36 22 30 520 41 101
Binary 11000011 10001000 10100000 0 11110 10010 11000 101010000 100001 1000001

Color Harmonies of #C388A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388A0

Black with #C388A0

Text Example


Text Example

White with #C388A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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