Html Css Color HEX #C595A2 Viola

📋 copy color: '#C595A2'

red 197 ◦ green 149 ◦ blue 162

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

Shades of Viola #C595A2

Tints of Viola #C595A2

RGB

 RED value IS 197 (77.34% from 255) = 38.78%

 GREEN value IS 149 (58.59% from 255) = 29.33%

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

R = 38.78%
G = 29.33%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C595A2 (or 0xC595A2) is known color: Viola. HEX triplet: C5, 95 and A2. RGB value is (197,149,162). Sum of RGB (Red+Green+Blue) = 197+149+162=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C595A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595A2 is #3A6A5D. Grayscale: #A4A4A4. Windows color (decimal): -3828318 or 10655173. OLE color: 10655173.

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

Color convert

RGB 197 149 162 -
CMYK 0 0.24 0.18 0.23
HSL 343.75º 0.29% 0.68% -
HSV(B) 343.75º 0.24% 0.77% -
XYZ 40.29 35.97 39 -
YUV 164.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 197 149 162 0 0.24 0.18 0.23 343.75 0.29 0.68
Hex C5 95 A2 0 18 12 17 158 1D 44
Octal 305 225 242 0 30 22 27 530 35 104
Binary 11000101 10010101 10100010 0 11000 10010 10111 101011000 11101 1000100

Color Harmonies of #C595A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595A2

Black with #C595A2

Text Example


Text Example

White with #C595A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595A2; }

 p { color: rgb(197,149,162); }

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

background-color css

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

 a { background-color: rgb(197,149,162); }

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

border-color css

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

 span { border-color: rgb(197,149,162); }

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