#C689A0

Color #C689A0 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C689A0

Tints of Viola #C689A0

Color information

#C689A0 (or 0xC689A0) is unknown color: approx Viola. HEX triplet: C6, 89 and A0. RGB value is (198,137,160). Sum of RGB (Red+Green+Blue) = 198+137+160=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C689A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C689A0 is #39765F. Grayscale: #9D9D9D. Windows color (decimal): -3765856 or 10521030. OLE color: 10521030.

HSL color Cylindrical-coordinate representation of color #C689A0: hue angle of 337.38º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C689A0 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB198137160-
CMYK00.310.190.22
HSL337.38º34.86%65.69%-
HSV(B)337.38º30.81%77.65%-
XYZ38.5832.4437.48-
YUV157.86129.21156.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=40%
G=27.68%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813716000.310.190.22337.3834.8665.69
HexC689A001F13161512342
Octal306211240037232652143102
Binary11000110100010011010000001111110011101101010100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C689A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C689A0; }

 p { color: rgb(198,137,160); }

 H1.HeaderClassName
 {
   color: #C689A0;
 }
 .AnyTagClassName
 {
   color: #C689A0;
 }
</style>
background-color css

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

 a { background-color: rgb(198,137,160); }

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

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

 span { border-color: rgb(198,137,160); }

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