Html Css Color HEX #C38BA0 Viola

📋 copy color: '#C38BA0'

red 195 ◦ green 139 ◦ blue 160

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

Shades of Viola #C38BA0

Tints of Viola #C38BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.14%

 BLUE value IS 160 (62.89% from 255) = 32.39%

R = 39.47%
G = 28.14%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C38BA0 (or 0xC38BA0) is known color: Viola. HEX triplet: C3, 8B and A0. RGB value is (195,139,160). Sum of RGB (Red+Green+Blue) = 195+139+160=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BA0 is #3C745F. Grayscale: #9E9E9E. Windows color (decimal): -3961952 or 10521539. OLE color: 10521539.

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

Color convert

RGB 195 139 160 -
CMYK 0 0.29 0.18 0.24
HSL 337.5º 0.32% 0.65% -
HSV(B) 337.5º 0.29% 0.76% -
XYZ 38.08 32.61 37.54 -
YUV 158.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 195 139 160 0 0.29 0.18 0.24 337.5 0.32 0.65
Hex C3 8B A0 0 1D 12 18 152 20 41
Octal 303 213 240 0 35 22 30 522 40 101
Binary 11000011 10001011 10100000 0 11101 10010 11000 101010010 100000 1000001

Color Harmonies of #C38BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BA0

Black with #C38BA0

Text Example


Text Example

White with #C38BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BA0; }

 p { color: rgb(195,139,160); }

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

background-color css

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

 a { background-color: rgb(195,139,160); }

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

border-color css

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

 span { border-color: rgb(195,139,160); }

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