Html Css Color HEX #C08993 Viola

📋 copy color: '#C08993'

red 192 ◦ green 137 ◦ blue 147

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

Shades of Viola #C08993

Tints of Viola #C08993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 40.34%
G = 28.78%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C08993 (or 0xC08993) is known color: Viola. HEX triplet: C0, 89 and 93. RGB value is (192,137,147). Sum of RGB (Red+Green+Blue) = 192+137+147=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C08993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08993 is #3F766C. Grayscale: #9A9A9A. Windows color (decimal): -4159085 or 9669056. OLE color: 9669056.

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

Color convert

RGB 192 137 147 -
CMYK 0 0.29 0.23 0.25
HSL 349.09º 0.3% 0.65% -
HSV(B) 349.09º 0.29% 0.75% -
XYZ 35.95 31.2 31.73 -
YUV 154.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 192 137 147 0 0.29 0.23 0.25 349.09 0.3 0.65
Hex C0 89 93 0 1D 17 19 15D 1E 41
Octal 300 211 223 0 35 27 31 535 36 101
Binary 11000000 10001001 10010011 0 11101 10111 11001 101011101 11110 1000001

Color Harmonies of #C08993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08993

Black with #C08993

Text Example


Text Example

White with #C08993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08993; }

 p { color: rgb(192,137,147); }

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

background-color css

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

 a { background-color: rgb(192,137,147); }

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

border-color css

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

 span { border-color: rgb(192,137,147); }

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