Html Css Color HEX #C185A0 Viola

📋 copy color: '#C185A0'

red 193 ◦ green 133 ◦ blue 160

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

Shades of Viola #C185A0

Tints of Viola #C185A0

RGB

 RED value IS 193 (75.78% from 255) = 39.71%

 GREEN value IS 133 (52.34% from 255) = 27.37%

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

R = 39.71%
G = 27.37%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C185A0 (or 0xC185A0) is known color: Viola. HEX triplet: C1, 85 and A0. RGB value is (193,133,160). Sum of RGB (Red+Green+Blue) = 193+133+160=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C185A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C185A0 is #3E7A5F. Grayscale: #999999. Windows color (decimal): -4094560 or 10520001. OLE color: 10520001.

HSL color Cylindrical-coordinate representation of color #C185A0: hue angle of 333º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C185A0 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 133 160 -
CMYK 0 0.31 0.17 0.24
HSL 333º 0.33% 0.64% -
HSV(B) 333º 0.31% 0.76% -
XYZ 36.73 30.65 37.24 -
YUV 154.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 193 133 160 0 0.31 0.17 0.24 333 0.33 0.64
Hex C1 85 A0 0 1F 11 18 14D 21 40
Octal 301 205 240 0 37 21 30 515 41 100
Binary 11000001 10000101 10100000 0 11111 10001 11000 101001101 100001 1000000

Color Harmonies of #C185A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185A0

Black with #C185A0

Text Example


Text Example

White with #C185A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185A0; }

 p { color: rgb(193,133,160); }

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

background-color css

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

 a { background-color: rgb(193,133,160); }

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

border-color css

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

 span { border-color: rgb(193,133,160); }

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