Html Css Color HEX #C690A2 Viola

📋 copy color: '#C690A2'

red 198 ◦ green 144 ◦ blue 162

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

Shades of Viola #C690A2

Tints of Viola #C690A2

RGB

 RED value IS 198 (77.73% from 255) = 39.29%

 GREEN value IS 144 (56.64% from 255) = 28.57%

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

R = 39.29%
G = 28.57%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C690A2 (or 0xC690A2) is known color: Viola. HEX triplet: C6, 90 and A2. RGB value is (198,144,162). Sum of RGB (Red+Green+Blue) = 198+144+162=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C690A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C690A2 is #396F5D. Grayscale: #A2A2A2. Windows color (decimal): -3764062 or 10653894. OLE color: 10653894.

HSL color Cylindrical-coordinate representation of color #C690A2: hue angle of 340º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C690A2 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 162 -
CMYK 0 0.27 0.18 0.22
HSL 340º 0.32% 0.67% -
HSV(B) 340º 0.27% 0.78% -
XYZ 39.78 34.56 38.76 -
YUV 162.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 198 144 162 0 0.27 0.18 0.22 340 0.32 0.67
Hex C6 90 A2 0 1B 12 16 154 20 43
Octal 306 220 242 0 33 22 26 524 40 103
Binary 11000110 10010000 10100010 0 11011 10010 10110 101010100 100000 1000011

Color Harmonies of #C690A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690A2

Black with #C690A2

Text Example


Text Example

White with #C690A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690A2; }

 p { color: rgb(198,144,162); }

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

background-color css

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

 a { background-color: rgb(198,144,162); }

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

border-color css

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

 span { border-color: rgb(198,144,162); }

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