Html Css Color HEX #C690A5 Viola

📋 copy color: '#C690A5'

red 198 ◦ green 144 ◦ blue 165

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

Shades of Viola #C690A5

Tints of Viola #C690A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.54%

R = 39.05%
G = 28.4%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C690A5 (or 0xC690A5) is known color: Viola. HEX triplet: C6, 90 and A5. RGB value is (198,144,165). Sum of RGB (Red+Green+Blue) = 198+144+165=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C690A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C690A5 is #396F5A. Grayscale: #A2A2A2. Windows color (decimal): -3764059 or 10850502. OLE color: 10850502.

HSL color Cylindrical-coordinate representation of color #C690A5: hue angle of 336.67º 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 #C690A5 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 165 -
CMYK 0 0.27 0.17 0.22
HSL 336.67º 0.32% 0.67% -
HSV(B) 336.67º 0.27% 0.78% -
XYZ 40.05 34.67 40.18 -
YUV 162.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 198 144 165 0 0.27 0.17 0.22 336.67 0.32 0.67
Hex C6 90 A5 0 1B 11 16 151 20 43
Octal 306 220 245 0 33 21 26 521 40 103
Binary 11000110 10010000 10100101 0 11011 10001 10110 101010001 100000 1000011

Color Harmonies of #C690A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690A5

Black with #C690A5

Text Example


Text Example

White with #C690A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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