Html Css Color HEX #C28995 Viola

📋 copy color: '#C28995'

red 194 ◦ green 137 ◦ blue 149

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

Shades of Viola #C28995

Tints of Viola #C28995

RGB

 RED value IS 194 (76.17% from 255) = 40.42%

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

 BLUE value IS 149 (58.59% from 255) = 31.04%

R = 40.42%
G = 28.54%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C28995 (or 0xC28995) is known color: Viola. HEX triplet: C2, 89 and 95. RGB value is (194,137,149). Sum of RGB (Red+Green+Blue) = 194+137+149=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C28995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28995 is #3D766A. Grayscale: #9B9B9B. Windows color (decimal): -4028011 or 9800130. OLE color: 9800130.

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

Color convert

RGB 194 137 149 -
CMYK 0 0.29 0.23 0.24
HSL 347.37º 0.32% 0.65% -
HSV(B) 347.37º 0.29% 0.76% -
XYZ 36.62 31.53 32.59 -
YUV 155.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 194 137 149 0 0.29 0.23 0.24 347.37 0.32 0.65
Hex C2 89 95 0 1D 17 18 15B 20 41
Octal 302 211 225 0 35 27 30 533 40 101
Binary 11000010 10001001 10010101 0 11101 10111 11000 101011011 100000 1000001

Color Harmonies of #C28995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28995

Black with #C28995

Text Example


Text Example

White with #C28995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28995; }

 p { color: rgb(194,137,149); }

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

background-color css

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

 a { background-color: rgb(194,137,149); }

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

border-color css

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

 span { border-color: rgb(194,137,149); }

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