Html Css Color HEX #C48A9B Viola

📋 copy color: '#C48A9B'

red 196 ◦ green 138 ◦ blue 155

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

Shades of Viola #C48A9B

Tints of Viola #C48A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.22%

 BLUE value IS 155 (60.94% from 255) = 31.7%

R = 40.08%
G = 28.22%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C48A9B (or 0xC48A9B) is known color: Viola. HEX triplet: C4, 8A and 9B. RGB value is (196,138,155). Sum of RGB (Red+Green+Blue) = 196+138+155=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48A9B is #3B7564. Grayscale: #9D9D9D. Windows color (decimal): -3896677 or 10193604. OLE color: 10193604.

HSL color Cylindrical-coordinate representation of color #C48A9B: hue angle of 342.41º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48A9B is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 138 155 -
CMYK 0 0.30 0.21 0.23
HSL 342.41º 0.33% 0.65% -
HSV(B) 342.41º 0.3% 0.77% -
XYZ 37.77 32.28 35.25 -
YUV 157.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 196 138 155 0 0.30 0.21 0.23 342.41 0.33 0.65
Hex C4 8A 9B 0 1E 15 17 156 21 41
Octal 304 212 233 0 36 25 27 526 41 101
Binary 11000100 10001010 10011011 0 11110 10101 10111 101010110 100001 1000001

Color Harmonies of #C48A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A9B

Black with #C48A9B

Text Example


Text Example

White with #C48A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A9B; }

 p { color: rgb(196,138,155); }

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

background-color css

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

 a { background-color: rgb(196,138,155); }

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

border-color css

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

 span { border-color: rgb(196,138,155); }

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