Html Css Color HEX #C185A5 Viola

📋 copy color: '#C185A5'

red 193 ◦ green 133 ◦ blue 165

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

Shades of Viola #C185A5

Tints of Viola #C185A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 39.31%
G = 27.09%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C185A5 (or 0xC185A5) is known color: Viola. HEX triplet: C1, 85 and A5. RGB value is (193,133,165). Sum of RGB (Red+Green+Blue) = 193+133+165=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C185A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C185A5 is #3E7A5A. Grayscale: #9A9A9A. Windows color (decimal): -4094555 or 10847681. OLE color: 10847681.

HSL color Cylindrical-coordinate representation of color #C185A5: hue angle of 328º 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 #C185A5 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 133 165 -
CMYK 0 0.31 0.15 0.24
HSL 328º 0.33% 0.64% -
HSV(B) 328º 0.31% 0.76% -
XYZ 37.17 30.83 39.59 -
YUV 154.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 193 133 165 0 0.31 0.15 0.24 328 0.33 0.64
Hex C1 85 A5 0 1F F 18 148 21 40
Octal 301 205 245 0 37 17 30 510 41 100
Binary 11000001 10000101 10100101 0 11111 1111 11000 101001000 100001 1000000

Color Harmonies of #C185A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C185A5

Black with #C185A5

Text Example


Text Example

White with #C185A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C185A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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