#C38D92

Color #C38D92 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C38D92

Tints of Viola #C38D92

Color information

#C38D92 (or 0xC38D92) is unknown color: approx Viola. HEX triplet: C3, 8D and 92. RGB value is (195,141,146). Sum of RGB (Red+Green+Blue) = 195+141+146=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D92 is #3C726D. Grayscale: #9D9D9D. Windows color (decimal): -3961454 or 9604547. OLE color: 9604547.

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

Color convert

RGB195141146-
CMYK00.280.250.24
HSL354.44º31.03%65.88%-
HSV(B)354.44º27.69%76.47%-
XYZ37.2232.7331.55-
YUV157.72121.39154.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=40.46%
G=29.25%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514114600.280.250.24354.4431.0365.88
HexC38D9201C19181621f42
Octal303215222034313054237102
Binary1100001110001101100100100111001100111000101100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D92; }

 p { color: rgb(195,141,146); }

 H1.HeaderClassName
 {
   color: #C38D92;
 }
 .AnyTagClassName
 {
   color: #C38D92;
 }
</style>
background-color css

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

 a { background-color: rgb(195,141,146); }

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

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

 span { border-color: rgb(195,141,146); }

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