Html Css Color HEX #C08CA6 Viola

📋 copy color: '#C08CA6'

red 192 ◦ green 140 ◦ blue 166

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

Shades of Viola #C08CA6

Tints of Viola #C08CA6

RGB

 RED value IS 192 (75.39% from 255) = 38.55%

 GREEN value IS 140 (55.08% from 255) = 28.11%

 BLUE value IS 166 (65.23% from 255) = 33.33%

R = 38.55%
G = 28.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C08CA6 (or 0xC08CA6) is known color: Viola. HEX triplet: C0, 8C and A6. RGB value is (192,140,166). Sum of RGB (Red+Green+Blue) = 192+140+166=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CA6 is #3F7359. Grayscale: #9E9E9E. Windows color (decimal): -4158298 or 10915008. OLE color: 10915008.

HSL color Cylindrical-coordinate representation of color #C08CA6: hue angle of 330º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08CA6 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 140 166 -
CMYK 0 0.27 0.14 0.25
HSL 330º 0.29% 0.65% -
HSV(B) 330º 0.27% 0.75% -
XYZ 38 32.72 40.39 -
YUV 158.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 192 140 166 0 0.27 0.14 0.25 330 0.29 0.65
Hex C0 8C A6 0 1B E 19 14A 1D 41
Octal 300 214 246 0 33 16 31 512 35 101
Binary 11000000 10001100 10100110 0 11011 1110 11001 101001010 11101 1000001

Color Harmonies of #C08CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CA6

Black with #C08CA6

Text Example


Text Example

White with #C08CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CA6; }

 p { color: rgb(192,140,166); }

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

background-color css

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

 a { background-color: rgb(192,140,166); }

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

border-color css

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

 span { border-color: rgb(192,140,166); }

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