Html Css Color HEX #C48E93 Viola

📋 copy color: '#C48E93'

red 196 ◦ green 142 ◦ blue 147

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

Shades of Viola #C48E93

Tints of Viola #C48E93

RGB

 RED value IS 196 (76.95% from 255) = 40.41%

 GREEN value IS 142 (55.86% from 255) = 29.28%

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

R = 40.41%
G = 29.28%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C48E93 (or 0xC48E93) is known color: Viola. HEX triplet: C4, 8E and 93. RGB value is (196,142,147). Sum of RGB (Red+Green+Blue) = 196+142+147=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E93 is #3B716C. Grayscale: #9E9E9E. Windows color (decimal): -3895661 or 9670340. OLE color: 9670340.

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

Color convert

RGB 196 142 147 -
CMYK 0 0.28 0.25 0.23
HSL 354.44º 0.31% 0.66% -
HSV(B) 354.44º 0.28% 0.77% -
XYZ 37.7 33.19 32.02 -
YUV 158.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 196 142 147 0 0.28 0.25 0.23 354.44 0.31 0.66
Hex C4 8E 93 0 1C 19 17 162 1F 42
Octal 304 216 223 0 34 31 27 542 37 102
Binary 11000100 10001110 10010011 0 11100 11001 10111 101100010 11111 1000010

Color Harmonies of #C48E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E93

Black with #C48E93

Text Example


Text Example

White with #C48E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E93; }

 p { color: rgb(196,142,147); }

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

background-color css

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

 a { background-color: rgb(196,142,147); }

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

border-color css

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

 span { border-color: rgb(196,142,147); }

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