Html Css Color HEX #C398A2 Viola

📋 copy color: '#C398A2'

red 195 ◦ green 152 ◦ blue 162

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

Shades of Viola #C398A2

Tints of Viola #C398A2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.86%

 BLUE value IS 162 (63.67% from 255) = 31.83%

R = 38.31%
G = 29.86%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C398A2 (or 0xC398A2) is known color: Viola. HEX triplet: C3, 98 and A2. RGB value is (195,152,162). Sum of RGB (Red+Green+Blue) = 195+152+162=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C398A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C398A2 is #3C675D. Grayscale: #A6A6A6. Windows color (decimal): -3958622 or 10655939. OLE color: 10655939.

HSL color Cylindrical-coordinate representation of color #C398A2: hue angle of 346.05º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C398A2 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 152 162 -
CMYK 0 0.22 0.17 0.24
HSL 346.05º 0.26% 0.68% -
HSV(B) 346.05º 0.22% 0.76% -
XYZ 40.26 36.67 39.14 -
YUV 166 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 195 152 162 0 0.22 0.17 0.24 346.05 0.26 0.68
Hex C3 98 A2 0 16 11 18 15A 1A 44
Octal 303 230 242 0 26 21 30 532 32 104
Binary 11000011 10011000 10100010 0 10110 10001 11000 101011010 11010 1000100

Color Harmonies of #C398A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398A2

Black with #C398A2

Text Example


Text Example

White with #C398A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398A2; }

 p { color: rgb(195,152,162); }

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

background-color css

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

 a { background-color: rgb(195,152,162); }

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

border-color css

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

 span { border-color: rgb(195,152,162); }

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