Html Css Color HEX #C38F93 Viola

📋 copy color: '#C38F93'

red 195 ◦ green 143 ◦ blue 147

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

Shades of Viola #C38F93

Tints of Viola #C38F93

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.48%

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

R = 40.21%
G = 29.48%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C38F93 (or 0xC38F93) is known color: Viola. HEX triplet: C3, 8F and 93. RGB value is (195,143,147). Sum of RGB (Red+Green+Blue) = 195+143+147=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F93 is #3C706C. Grayscale: #9F9F9F. Windows color (decimal): -3960941 or 9670595. OLE color: 9670595.

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

Color convert

RGB 195 143 147 -
CMYK 0 0.27 0.25 0.24
HSL 355.38º 0.3% 0.66% -
HSV(B) 355.38º 0.27% 0.76% -
XYZ 37.59 33.35 32.06 -
YUV 159 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 195 143 147 0 0.27 0.25 0.24 355.38 0.3 0.66
Hex C3 8F 93 0 1B 19 18 163 1E 42
Octal 303 217 223 0 33 31 30 543 36 102
Binary 11000011 10001111 10010011 0 11011 11001 11000 101100011 11110 1000010

Color Harmonies of #C38F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38F93

Black with #C38F93

Text Example


Text Example

White with #C38F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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