Html Css Color HEX #C38CA0 Viola

📋 copy color: '#C38CA0'

red 195 ◦ green 140 ◦ blue 160

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

Shades of Viola #C38CA0

Tints of Viola #C38CA0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

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

R = 39.39%
G = 28.28%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C38CA0 (or 0xC38CA0) is known color: Viola. HEX triplet: C3, 8C and A0. RGB value is (195,140,160). Sum of RGB (Red+Green+Blue) = 195+140+160=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38CA0 is #3C735F. Grayscale: #9E9E9E. Windows color (decimal): -3961696 or 10521795. OLE color: 10521795.

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

Color convert

RGB 195 140 160 -
CMYK 0 0.28 0.18 0.24
HSL 338.18º 0.31% 0.66% -
HSV(B) 338.18º 0.28% 0.76% -
XYZ 38.23 32.9 37.59 -
YUV 158.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 195 140 160 0 0.28 0.18 0.24 338.18 0.31 0.66
Hex C3 8C A0 0 1C 12 18 152 1F 42
Octal 303 214 240 0 34 22 30 522 37 102
Binary 11000011 10001100 10100000 0 11100 10010 11000 101010010 11111 1000010

Color Harmonies of #C38CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CA0

Black with #C38CA0

Text Example


Text Example

White with #C38CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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