Html Css Color HEX #C48B9B Viola

📋 copy color: '#C48B9B'

red 196 ◦ green 139 ◦ blue 155

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

Shades of Viola #C48B9B

Tints of Viola #C48B9B

RGB

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

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

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

R = 40%
G = 28.37%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C48B9B (or 0xC48B9B) is known color: Viola. HEX triplet: C4, 8B and 9B. RGB value is (196,139,155). Sum of RGB (Red+Green+Blue) = 196+139+155=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48B9B is #3B7464. Grayscale: #9D9D9D. Windows color (decimal): -3896421 or 10193860. OLE color: 10193860.

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

Color convert

RGB 196 139 155 -
CMYK 0 0.29 0.21 0.23
HSL 343.16º 0.33% 0.66% -
HSV(B) 343.16º 0.29% 0.77% -
XYZ 37.91 32.57 35.3 -
YUV 157.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 196 139 155 0 0.29 0.21 0.23 343.16 0.33 0.66
Hex C4 8B 9B 0 1D 15 17 157 21 42
Octal 304 213 233 0 35 25 27 527 41 102
Binary 11000100 10001011 10011011 0 11101 10101 10111 101010111 100001 1000010

Color Harmonies of #C48B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B9B

Black with #C48B9B

Text Example


Text Example

White with #C48B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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