Html Css Color HEX #C38D93 Viola

📋 copy color: '#C38D93'

red 195 ◦ green 141 ◦ blue 147

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

Shades of Viola #C38D93

Tints of Viola #C38D93

RGB

 RED value IS 195 (76.56% from 255) = 40.37%

 GREEN value IS 141 (55.47% from 255) = 29.19%

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

R = 40.37%
G = 29.19%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C38D93 (or 0xC38D93) is known color: Viola. HEX triplet: C3, 8D and 93. RGB value is (195,141,147). Sum of RGB (Red+Green+Blue) = 195+141+147=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D93 is #3C726C. Grayscale: #9D9D9D. Windows color (decimal): -3961453 or 9670083. OLE color: 9670083.

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

Color convert

RGB 195 141 147 -
CMYK 0 0.28 0.25 0.24
HSL 353.33º 0.31% 0.66% -
HSV(B) 353.33º 0.28% 0.76% -
XYZ 37.3 32.76 31.96 -
YUV 157.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 195 141 147 0 0.28 0.25 0.24 353.33 0.31 0.66
Hex C3 8D 93 0 1C 19 18 161 1F 42
Octal 303 215 223 0 34 31 30 541 37 102
Binary 11000011 10001101 10010011 0 11100 11001 11000 101100001 11111 1000010

Color Harmonies of #C38D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D93

Black with #C38D93

Text Example


Text Example

White with #C38D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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